Skip to content
Snippets Groups Projects
Commit cf45b2f3 authored by Marco Holz's avatar Marco Holz
Browse files

CI: delete files from destination dirs

parent 29ad19fb
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ upload:review:
before_script:
- *pre-deploy-uber-space-setup
script:
- rsync -rLvz --size-only --checksum -e "ssh -o CheckHostIP=no" --ipv4 --progress ./build/. fitko@dorado.uberspace.de:html/preview/fit-connect/$CI_COMMIT_REF_SLUG
- rsync -rLvz --delete --checksum -e "ssh -o CheckHostIP=no" --ipv4 --progress ./build/. fitko@dorado.uberspace.de:html/preview/fit-connect/$CI_COMMIT_REF_SLUG
upload:production:
stage: upload
......@@ -66,7 +66,7 @@ upload:production:
before_script:
- *pre-deploy-uber-space-setup
script:
- rsync -rLvz --size-only --checksum -e "ssh -o CheckHostIP=no" --ipv4 --progress ./build/. fitko@dorado.uberspace.de:html/fit-connect
- rsync -rLvz --delete --checksum -e "ssh -o CheckHostIP=no" --ipv4 --progress ./build/. fitko@dorado.uberspace.de:html/fit-connect
stop:review:
stage: .post
......
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