deply backend fix

This commit is contained in:
Sieciech 2021-07-27 18:15:01 +02:00
parent 5f9789c437
commit 4a26262bac
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -185,7 +185,7 @@ pipeline {
dir(path: 'src/backend') {
sh 'ssh web@fufle.net touch /web/fufle.net/curenet/dev/backend/REMOVEME'
sh 'ssh web@fufle.net rm -rf /web/fufle.net/curenet/dev/backend/*'
sh 'scp -r ./ web@fufle.net:/web/fufle.net/curenet/dev/backend/'
sh 'scp -r ./* web@fufle.net:/web/fufle.net/curenet/dev/backend/'
}
}