Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
张星宇 committed Dec 31, 2024
1 parent fe6388a commit b25596c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run build
- name: Install s
run: npm i @serverless-devs/s -g
- run: s config add --AccessKeyID ${{secrets.DEPLOY_AK}} --AccessKeySecret ${{secrets.DEPLOY_SK}} -a default -f
- run: s config add --AccessKeyID ${{secrets.DEPLOY_AK}} --AccessKeySecret ${{secrets.DEPLOY_SK}} --AccountID ${{secrets.DEPLOY_ACCOUNT_ID}} -a default -f
- run: rm -rf .git
- run: rm -rf .github
- name: Deploy on FC
Expand Down

0 comments on commit b25596c

Please sign in to comment.