gitlab-ci-git-push:推送到远程Git存储库(Dokku,Heroku,Deis等)的Gitlab CI运行器映像

时间:2021-05-01 14:21:41
【文件属性】:
文件名称:gitlab-ci-git-push:推送到远程Git存储库(Dokku,Heroku,Deis等)的Gitlab CI运行器映像
文件大小:3KB
文件格式:ZIP
更新时间:2021-05-01 14:21:41
Shell 推入git的GitLab CI运行器 该GitLab CI运行器映像允许将GitLab项目部署到远程Git存储库(适用于Dokku,Heroku,Deis等)。 如何使用 创建.gitlab-ci.yml : image : ilyasemenov/gitlab-ci-git-push variables : # Prevent "shallow update not allowed" error. # Set it to maximum possible count of *new* commits that you foresee being pushed to a remote. GIT_DEPTH : 1000 stages : - deploy deploy to production : stage : deploy environment : pro
【文件预览】:
gitlab-ci-git-push-master
----Dockerfile(94B)
----LICENSE(1KB)
----README.md(2KB)
----git-push(720B)

网友评论