Trying to get a production deploy going
authorChris Cormack <chris@bigballofwax.co.nz>
Sun, 13 Nov 2016 05:31:16 +0000 (18:31 +1300)
committerChris Cormack <chris@bigballofwax.co.nz>
Sun, 13 Nov 2016 05:31:16 +0000 (18:31 +1300)
.gitlab-ci.yml

index 0023cd9..7f390d1 100644 (file)
@@ -9,3 +9,9 @@ build_job:
     artifacts:
         paths:
         - en/build/html
+
+deploy to production:
+  stage: deploy
+  script: git push production HEAD:master
+  environment:
+    name: production