Removed flattern

This commit is contained in:
Tom Butcher 2025-06-01 21:41:56 +01:00
parent f3fc01cdb8
commit dc84580615

2
Jenkinsfile vendored
View File

@ -41,7 +41,7 @@ pipeline {
remote.password = 'ci' remote.password = 'ci'
remote.allowAnyHosts = true remote.allowAnyHosts = true
// Upload the build folder // Upload the build folder
sshPut remote: remote, from: 'build/', into: '/srv/farmcontrol-server/', flatten: false sshPut remote: remote, from: 'build/', into: '/srv/farmcontrol-server/'
// Restart the service // Restart the service
sshCommand remote: remote, command: 'sudo /bin/systemctl restart farmcontrol-server.service' sshCommand remote: remote, command: 'sudo /bin/systemctl restart farmcontrol-server.service'