CI: Upload to pub2
All checks were successful
continuous-integration/drone/push Build is passing
gitea/evobackup/pipeline/head This commit looks good

This commit is contained in:
David Prevot 2022-12-12 10:56:13 +01:00
parent d2a76dce9c
commit 2338c92fe3

View file

@ -19,10 +19,7 @@ pipeline {
}
steps {
script {
sh 'echo Dummy line to remove once something actually happens.'
/* No crendentials yet.
sh 'rsync -avP bkctld* droneci@pub.evolix.net:/home/droneci/bkctld/'
*/
sh 'rsync -avP build-area/bkctld* pub.evolix.org:/srv/upload/'
}
}
}