Skip to content
Snippets Groups Projects
Commit 1571cfe9 authored by jurgenhaas's avatar jurgenhaas
Browse files

Ensure destination directory for MR deployments exists

parent 3b345147
No related branches found
No related tags found
1 merge request!123Merging develop into main
......@@ -41,6 +41,7 @@ DeployMR:
variables:
GIT_STRATEGY: none
script:
- a -m file -a "dest=/var/www/docs/eca-mr/${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME} state=directory" --limit=bsdevop1
- a -m synchronize -a "src=${PWD}/site/ dest=/var/www/docs/eca-mr/${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME} delete=yes" --limit=bsdevop1
environment:
name: review/$CI_COMMIT_REF_SLUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment