Merge pull request #99 from rstudio/update-deploy-role

run the deploy as the new bespoke role
This commit is contained in:
Joshua C. Forest 2021-10-28 17:54:54 +00:00 committed by GitHub
commit d727889486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,10 @@ pipeline {
stages { stages {
stage('deploy') { stage('deploy') {
steps { steps {
withAWS(role:'r-builds-deploy') {
sh "make serverless-deploy.${params.ENVIRONMENT}" sh "make serverless-deploy.${params.ENVIRONMENT}"
} }
} }
} }
}
} }