From 8ad0ccac5e8d983494364c281bde1026146a320a Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Mon, 2 Jun 2025 02:02:07 +0100 Subject: [PATCH] Fixed Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'