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 acef424 commit cae18a5
Showing 1 changed file with 1 addition and 1 deletion.
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 tb-apmt-stg-frontend.s3.amazonaws.com
run: aws s3 sync frontend s3://tb-apmt-stg-frontend.s3.amazonaws.com



Expand Down

0 comments on commit cae18a5

Please sign in to comment.