We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6388a commit b25596cCopy full SHA for b25596c
.github/workflows/nextjs-deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
run: npm run build
24
- name: Install s
25
run: npm i @serverless-devs/s -g
26
- - 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
27
- run: rm -rf .git
28
- run: rm -rf .github
29
- name: Deploy on FC
0 commit comments