From 9479cead157a780fe64b598b21c535299a32f5df Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Wed, 20 Oct 2021 18:34:08 +0200 Subject: [PATCH] another try at running deploy /2 --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 76b09da..e2dfcfa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,8 @@ pipeline { FTP_USERNAME = credentials('csgowtf-deploy-user') } steps { - sh 'deploy.sh' + sh 'chmod u+x ./deploy.sh' + sh './deploy.sh' } } stage('Deploy Dev') {