Skip to content

Commit

Permalink
Merge pull request #19 from 7SOATSquad30/feature/lambda
Browse files Browse the repository at this point in the history
[conf] - correção ci cd
  • Loading branch information
otavio-code authored Jan 25, 2025
2 parents c68a525 + de1e021 commit b793491
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
exit 1;
fi
- name: Fazer upload do pacote para S3 (se necessário)
run: |
aws s3 cp deployment_package.zip s3://seu-bucket-deploy-lambda/
provision_infra:
runs-on: ubuntu-latest
needs: build_and_deploy
Expand All @@ -56,7 +60,7 @@ jobs:
restore-keys: terraform-${{ runner.os }}-

- name: Inicializar Terraform
working-directory: infra
working-directory: infra # Certifique-se de que 'infra' está no local correto
run: terraform init

- name: Planejar Terraform
Expand Down

0 comments on commit b793491

Please sign in to comment.