Skip to content

Commit

Permalink
build deploy settings change
Browse files Browse the repository at this point in the history
  • Loading branch information
1k3rnelpan1c committed May 20, 2023
1 parent 2811e04 commit f9b7dbc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
run: npm ci

- name: Build
run: npm run build
run: yarn run build

- name: Deploy to S3
uses: jakejarvis/s3-sync-action@v1.2.0
- uses: actions/checkout@master
- uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read --delete
args: --acl public-read --follow-symlinks --delete
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit f9b7dbc

Please sign in to comment.