Skip to content

Commit

Permalink
aws command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed May 12, 2024
1 parent e216d54 commit 98c678e
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 synv frontend ${{ needs.deploy-iac.outputs.bucket }}
run: aws s3 sync frontend ${{ needs.deploy-iac.outputs.bucket }}



Expand Down

0 comments on commit 98c678e

Please sign in to comment.