Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: zxypro1 <[email protected]>
  • Loading branch information
zxypro1 committed Jun 17, 2024
1 parent d2dabba commit 984cfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install s
run: npm i @serverless-devs/s -g
- run: s config add --AccessKeyID ${{secrets.AK}} --AccessKeySecret ${{secrets.SK}} -a default -f
- run: s config add --AccessKeyID ${{secrets.DEPLOY_AK}} --AccessKeySecret ${{secrets.DEPLOY_SK}} -a default -f
- run: rm -rf .git
- run: rm -rf .github
- name: Deploy on FC
Expand Down

0 comments on commit 984cfd2

Please sign in to comment.