Skip to content

Commit ed75484

Browse files
committed
feat: using s3 sync
1 parent 3a01c03 commit ed75484

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/aws-static.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ permissions:
2222
jobs:
2323
deploy:
2424
runs-on: ubuntu-latest
25+
environment: Preview
2526
strategy:
2627
matrix:
2728
node-version: [18.x]
@@ -54,7 +55,7 @@ jobs:
5455
run: npm install
5556
working-directory: ./client
5657

57-
- name: Build Amplify App
58+
- name: Build Next App
5859
run: npm run build
5960
working-directory: ./client
6061

0 commit comments

Comments
 (0)