diff --git a/Jenkinsfile b/Jenkinsfile index cea4b98..a0b1394 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ node { remote.allowAnyHosts = true // Copy the build directory to the remote server - sshPut remote: remote, from: 'build/*', into: '/srv/farmcontrol-ui/' + sshPut remote: remote, from: 'build/', into: '/srv/farmcontrol-ui/' // Restart the service using sudo sshCommand remote: remote, command: 'sudo /bin/systemctl restart nginx.service'