Skip to content
Snippets Groups Projects
Verified Commit f28dcabe authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#30] fix path: add slashes

parent 117891aa
No related branches found
No related tags found
1 merge request!24Resolve "CI-Tool: Falscher Pfad bei Deploy"
Pipeline #24848 passed
......@@ -48,7 +48,7 @@ deploy_doc_develop:
variables:
GIT_STRATEGY: none
script:
- rsync -avh doc/html /var/www/html/develop --delete
- rsync -avh doc/html/ /var/www/html/develop --delete
- echo "Check it out at https://vkcv.de/develop"
deploy_doc_branch:
......@@ -64,5 +64,5 @@ deploy_doc_branch:
variables:
GIT_STRATEGY: none
script:
- rsync -avh doc/html /var/www/html/branch/$CI_COMMIT_BRANCH --delete
- rsync -avh doc/html/ /var/www/html/branch/$CI_COMMIT_BRANCH --delete
- echo "Check it out at https://vkcv.de/branch/$CI_COMMIT_BRANCH"
\ No newline at end of file
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