Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jun 8, 2024
1 parent 5ccdce1 commit 0177f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:

- name: Replace S3 bucket contents
run: |
aws s3 rm s3://${{ secrets.S3_BUCKET_NAME }} --recursive
aws s3 cp frontend/build s3://${{ secrets.S3_BUCKET_NAME }} --recursive
aws s3 rm s3://${{ secrets.AWS_FRONTEND_S3_BUCKET }} --recursive
aws s3 cp frontend/build s3://${{ secrets.AWS_FRONTEND_S3_BUCKET }} --recursive
build-and-deploy-backend:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0177f76

Please sign in to comment.