Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh-Srivastav123 authored May 19, 2024
1 parent 0f4d1a2 commit cdbcf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: ap-south-1
S3_BUCKET_NAME: qrcode-data
S3_BUCKET_NAME: deployment-react-123
run: |
aws s3 sync dist/ s3://$S3_BUCKET_NAME --delete

0 comments on commit cdbcf14

Please sign in to comment.