Skip to content

Commit

Permalink
ajustando o deploy workflow para v2
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorCastilhos committed Feb 14, 2024
1 parent 87ca2ad commit 3bb9249
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:

steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
role-to-assume: arn:aws:iam::966394192612:user/github-ci
aws-region: sa-east-1

- name: Login to Amazon ECR
Expand Down

0 comments on commit 3bb9249

Please sign in to comment.