Commit d8b8adce authored by Matthias Betz's avatar Matthias Betz
Browse files

Update .gitlab-ci.yml

parent b6478ae9
Pipeline #1595 passed with stage
in 1 second
...@@ -8,11 +8,7 @@ pages-master: ...@@ -8,11 +8,7 @@ pages-master:
stage: deploy stage: deploy
script: script:
- mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME" - mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME"
- ls -al "$EXPORT_DIR/$CI_PROJECT_NAME"
- rm -rf "$EXPORT_DIR/$CI_PROJECT_NAME/.*"
- ls -al "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME" - cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
- ls -al "$EXPORT_DIR/$CI_PROJECT_NAME"
tags: tags:
- production - production
only: only:
......
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