run the deploy as the new bespoke role
This commit is contained in:
parent
1ba4e967e7
commit
a860ea39eb
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@ pipeline {
|
|||
stages {
|
||||
stage('deploy') {
|
||||
steps {
|
||||
sh "make serverless-deploy.${params.ENVIRONMENT}"
|
||||
withAWS(role:'r-builds-deploy') {
|
||||
sh "make serverless-deploy.${params.ENVIRONMENT}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue