Skip to content

Commit

Permalink
feat(cd): trigger amplify build
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Feb 15, 2024
1 parent 0cb1668 commit 53cfc18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
role-to-assume: ${{ secrets.AWS_ROLE_FOR_DEPLOY }}
aws-region: ${{ env.AWS_REGION }}

- name: Trigger Amplify Frontend Build
run: curl -X curl -X POST -d {} "${{ secrets.AMPLIFY_WEBHOOK }}""

- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.5.2
Expand Down

0 comments on commit 53cfc18

Please sign in to comment.