diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..b8d0d28 --- /dev/null +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file