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

Merge branch 'remove-dest' into develop

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