another try at running deploy /2
Some checks reported errors
CSGOWTF/csgowtf/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2021-10-20 18:34:08 +02:00
parent 2ad25f621f
commit 9479cead15

3
Jenkinsfile vendored
View File

@@ -34,7 +34,8 @@ pipeline {
FTP_USERNAME = credentials('csgowtf-deploy-user') FTP_USERNAME = credentials('csgowtf-deploy-user')
} }
steps { steps {
sh 'deploy.sh' sh 'chmod u+x ./deploy.sh'
sh './deploy.sh'
} }
} }
stage('Deploy Dev') { stage('Deploy Dev') {