diff --git a/Jenkinsfile b/Jenkinsfile index 227948e..76b09da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -48,7 +48,8 @@ pipeline { FTP_USERNAME = credentials('csgowtf-deploy-user-dev') } steps { - sh 'bash deploy.sh' + sh 'chmod u+x ./deploy.sh' + sh './deploy.sh' } } }