Merge pull request #8 from buildrun-tech/develop #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "PROD DEPLOY" | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
id-token: write | |
contents: read | |
jobs: | |
terraform: | |
uses: ./.github/workflows/terraform.yml | |
with: | |
environment: prod | |
aws-assume-role-arn: "arn:aws:iam::{{ sua conta aws }}:role/{{ nome da role }}" | |
aws-region: "sa-east-1" | |
aws-statefile-s3-bucket: "{{ nome do bucket s3 }}" | |
aws-lock-dynamodb-table: "{{ nome da tabela do dynamodb }}" |