Trying to get a production deploy going
[kohadocs.git] / .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