generated from Templates/html-nginx-deployment
Compare commits
4 Commits
304a06c75f
...
stage
| Author | SHA1 | Date | |
|---|---|---|---|
| bd71a99e03 | |||
| 9cc299c1e8 | |||
| 0eb5057fa7 | |||
| 70599c8bc0 |
2
cicd/Jenkinsfile
vendored
2
cicd/Jenkinsfile
vendored
@@ -58,7 +58,7 @@ spec:
|
||||
steps {
|
||||
container("deploy") {
|
||||
sh 'sed -ie "s/{{replaceMe}}/`date +%s`/g" `pwd`/cicd/'+env.BRANCH_NAME+'/deployment.yaml'
|
||||
sh './utils/kubectl apply -f `pwd`/cicd/'+env.BRANCH_NAME+'/deployment.yaml'
|
||||
sh '/utils/kubectl apply -f `pwd`/cicd/'+env.BRANCH_NAME+'/deployment.yaml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user