Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CJRivas committed Oct 14, 2017
1 parent e6ad31f commit 3c996d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pipeline {
}
stage ('Deploy to Staging'){
steps {
sh 'scp -i /home/bitnami/demo.pem **/target/*.war [email protected]:/var/lib/tomcat7/webapps/'
sh 'sudo scp -i /home/bitnami/demo.pem **/target/*.war [email protected]:/var/lib/tomcat7/webapps/'
}
}

Expand Down

0 comments on commit 3c996d6

Please sign in to comment.