Skip to content

Commit b25596c

Browse files
author
张星宇
committed
fix workflow
1 parent fe6388a commit b25596c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm run build
2424
- name: Install s
2525
run: npm i @serverless-devs/s -g
26-
- run: s config add --AccessKeyID ${{secrets.DEPLOY_AK}} --AccessKeySecret ${{secrets.DEPLOY_SK}} -a default -f
26+
- run: s config add --AccessKeyID ${{secrets.DEPLOY_AK}} --AccessKeySecret ${{secrets.DEPLOY_SK}} --AccountID ${{secrets.DEPLOY_ACCOUNT_ID}} -a default -f
2727
- run: rm -rf .git
2828
- run: rm -rf .github
2929
- name: Deploy on FC

0 commit comments

Comments
 (0)