Deploy failed, rolling back to publishing artifacts
[kohadocs.git] / .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