We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b7bbe commit 06d5c49Copy full SHA for 06d5c49
Jenkinsfile
@@ -32,8 +32,8 @@ pipeline {
32
33
stage("Deploy to staging") {
34
steps {
35
- sh "ssh ${JENKINS_AT_STAGING} rm -fr /app/env.list /app/start.sh"
36
- sh "scp ./docker/env.list ./docker/start.sh ${JENKINS_AT_STAGING}:/app"
+ sh "ssh ${JENKINS_AT_STAGING} rm -fr /app/start.sh"
+ sh "scp ./docker/start.sh ${JENKINS_AT_STAGING}:/app"
37
sh "ssh ${JENKINS_AT_STAGING} \"cd /app && ./start.sh ${env.GIT_COMMIT}\""
38
}
39
0 commit comments