Skip to content
Snippets Groups Projects
Verified Commit 945d48f9 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Remove destination first

parent 1dc66cae
No related branches found
No related tags found
1 merge request!119[release] Regular merge of develop
......@@ -83,6 +83,6 @@ upload:
- if: $CI_COMMIT_BRANCH == "develop"
- if: $CI_COMMIT_BRANCH == "master"
script:
- ls
- ssh -p $SSHPORT $SSHCONNECT "rm -rf ~/web/latest/*"
- scp -P $SSHPORT -r site/* $SSHCONNECT:~/web/latest
- scp -P $SSHPORT -r public/* $SSHCONNECT:~/web/latest
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