run the deploy as the new bespoke role

This commit is contained in:
Joshua C. Forest 2021-10-28 13:01:11 -04:00
commit a860ea39eb

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}"
} }
} }
} }
}
} }