Commit 7779fa67 authored by Athanasios's avatar Athanasios
Browse files

Update .gitlab-ci.yml

parent 7a22edf9
......@@ -24,6 +24,7 @@ test-job:
deploy-job:
stage: deploy
script:
- rm -r "$EXPORT_DIR/$CI_PROJECT_NAME"
- mkdir -p "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tags:
......
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