diff --git a/Jenkinsfile b/Jenkinsfile index a1f241f..6dca7cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { } stage ('Deploy') { steps { - sh 'cd TeaSpeak/server/repro/; ./build.sh linux/amd64' + sh 'cd TeaSpeak/server/repro/; chmod 400 build_private_key; ./build.sh linux/amd64' } } }