Commit f1d5f9fa authored by Volker Coors's avatar Volker Coors
Browse files

Update .gitlab-ci.yml

parent 2232f1b3
Pipeline #879 passed with stage
...@@ -4,7 +4,7 @@ variables: ...@@ -4,7 +4,7 @@ variables:
pages-master: pages-master:
stage: deploy stage: deploy
script: script:
- mkdir "$EXPORT_DIR/$CI_PROJECT_NAME" - mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME" - cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tags: tags:
- production - production
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment