From e487e315f4865ec9e78f773d3dbd699670e9d834 Mon Sep 17 00:00:00 2001 From: Adrian Schlett Date: Wed, 13 Nov 2019 21:24:06 +0000 Subject: [PATCH] Add .gitlab-ci.yml --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitlab-ci.yml 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