Commit b7a6f6ca authored by Athanasios's avatar Athanasios
Browse files

Update .gitlab-ci.yml

parent ba62fb46
Pipeline #3358 canceled with stages
...@@ -24,7 +24,7 @@ test-job: ...@@ -24,7 +24,7 @@ test-job:
deploy-job: deploy-job:
stage: deploy stage: deploy
script: script:
- mkdir -p "$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