Skip to content

Commit

Permalink
[#30] region add role remove
Browse files Browse the repository at this point in the history
  • Loading branch information
acecic82 committed Jan 14, 2022
1 parent ac23154 commit 9efa492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pipeline{

stage('Deploy'){
steps {
withAWS(role: 'AmazonECSServiceRolePolicy', roleAccount: '4737-7803-3566' credentials: 'Administrator'){
withAWS(region: 'us-east-1', credentials: 'Administrator'){
sh"""
aws ecs update-service \
--region us-east-1 \
Expand Down

0 comments on commit 9efa492

Please sign in to comment.