Deploy failed, rolling back to publishing artifacts sphinx
authorChris Cormack <chris@bigballofwax.co.nz>
Sun, 13 Nov 2016 05:49:05 +0000 (18:49 +1300)
committerChris Cormack <chris@bigballofwax.co.nz>
Sun, 13 Nov 2016 05:49:05 +0000 (18:49 +1300)
.gitlab-ci.yml

index 5e22e47..c461632 100644 (file)
@@ -8,11 +8,6 @@ build_job:
         - make clean
         - make html
     artifacts:
+        name: "$CI_BUILD_REF_NAME"
         paths:
         - en/build/html
-
-deploy to production:
-  stage: deploy
-  script: git push production HEAD:master
-  environment:
-    name: production