Add .gitlab-ci.yml
This commit is contained in:
parent
4fd003cfdd
commit
e487e315f4
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
image: ilyasemenov/gitlab-ci-git-push
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- deploy
|
||||||
|
|
||||||
|
deploy to production:
|
||||||
|
stage: deploy
|
||||||
|
environment: production
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
script: git-push git@github.com:adroslice/bfr.git
|
Loading…
Reference in New Issue
Block a user