Skip to content

Commit

Permalink
dynamic frontend bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed May 13, 2024
1 parent 47a6035 commit d8e4d7d
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-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}

- name: Deploy frontend to S3
run: aws s3 sync frontend/dist "s3://${{ needs.deploy-iac.outputs.bucket }}" //s3://tb-apmt-prod-frontend
run: aws s3 sync frontend/dist "s3://${{ needs.deploy-iac.outputs.bucket }}"

deploy-backend:
needs:
Expand Down
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/dist "s3://${{ needs.deploy-iac.outputs.bucket }}" //s3://tb-apmt-stg-frontend
run: aws s3 sync frontend/dist "s3://${{ needs.deploy-iac.outputs.bucket }}"



Expand Down

0 comments on commit d8e4d7d

Please sign in to comment.