Skip to content

Commit

Permalink
IC- Deploy dist
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Apr 1, 2024
1 parent 359dd3d commit 8105bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
aws-region: ${{inputs.aws_region}}

- name: Deploy Frontend
run: aws s3 sync frontend s3://${{inputs.bucket}} --delete
run: aws s3 sync frontend/dist s3://${{inputs.bucket}} --delete

0 comments on commit 8105bf0

Please sign in to comment.