Skip to content

Commit

Permalink
change s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Triece committed Oct 14, 2021
1 parent f93a9cf commit 588203a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Deploy Static Web Content to S3
run: |
aws s3 sync web/. s3://qcvoc-dev --acl public-read

0 comments on commit 588203a

Please sign in to comment.