Commit 88bf98ab authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update .gitlab-ci.yml

parent 2ed2bde2
Pipeline #1031 passed with stages
in 14 seconds
...@@ -20,7 +20,7 @@ pages-test: ...@@ -20,7 +20,7 @@ pages-test:
pages-master: pages-master:
stage: deploy stage: deploy
script: script:
- mkdir "$EXPORT_DIR/$CI_PROJECT_NAME" - mkdir -p "$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