Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricioveronez authored Jun 27, 2023
1 parent c4b16c0 commit 321c3d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Autenticar o AWS CLI
run: echo "Configurar o aws configure"
uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secret.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secret.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Configuração do Kubectl
run: echo "Configurar o kubectl"
- name: Deploy das aplicações
Expand Down

0 comments on commit 321c3d3

Please sign in to comment.