Skip to content

Commit

Permalink
feat: using s3 sync
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Sep 25, 2024
1 parent f604234 commit 17ea1ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aws-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
environment: Preview
strategy:
matrix:
node-version: [18.x]
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
run: npm install
working-directory: ./client

- name: Build Amplify App
- name: Build Next App
run: npm run build
working-directory: ./client

Expand Down

0 comments on commit 17ea1ae

Please sign in to comment.