Skip to content

Commit

Permalink
temporary hardcode s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed May 12, 2024
1 parent 718df13 commit acef424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}

- name: Deploy frontend to S3
run: aws s3 sync frontend ${{ needs.deploy-iac.outputs.bucket }}
run: aws s3 sync frontend tb-apmt-stg-frontend.s3.amazonaws.com



Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
on:
push:
branches:
- add-tf-iac
- main

permissions:
id-token: write # This is required for requesting the JWT
Expand Down

0 comments on commit acef424

Please sign in to comment.