Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-22 11:10:37 +00:00
parent ba9f0882ca
commit 63f6c3d5bb

2
Jenkinsfile vendored
View File

@@ -37,8 +37,8 @@ pipeline {
stage('deploy') {
steps {
script {
sshagent(['ec2-server-key']) {
sh "chmod -x test.sh"
sh "./test.sh"
}
}