Add .gitlab-ci.yml

This commit is contained in:
Adrian Schlett 2019-11-13 21:24:06 +00:00
parent 4fd003cfdd
commit e487e315f4

11
.gitlab-ci.yml Normal file
View 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