Skip to content

Commit

Permalink
updated frontend workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Amarjha01 committed Aug 25, 2024
1 parent fdcfef5 commit e814dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Upload to S3
run: |
aws s3 sync ./frontend/dist s3://electramart-bucket --delete public-read
aws s3 sync ./frontend/dist s3://electramart-bucket --delete
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit e814dbf

Please sign in to comment.