Skip to content

Commit

Permalink
upgrade serverless-devs (#919)
Browse files Browse the repository at this point in the history
Signed-off-by: slievrly <[email protected]>
  • Loading branch information
slievrly authored Nov 26, 2024
1 parent 5d3aed8 commit af4bbde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
BAIDU_LINK_SUBMIT_TOKEN: ${{secrets.BAIDU_LINK_SUBMIT_TOKEN}}
run: node baiduLinkSubmit.js
- name: Install serverless-devs
run: npm i @serverless-devs/s@2.2.2 -g --registry=https://registry.npmmirror.com
run: npm i @serverless-devs/s -g --registry=https://registry.npmmirror.com
- name: Config serverless-devs
run: s config add --AccountId ${{secrets.ACCOUNT_ID}} --AccessKeyId ${{secrets.ACCESS_KEYID}} --AccessKeySecret ${{secrets.ACCESS_KEYSECRET}} -a seata -f
run: s config add --AccountID ${{secrets.ACCOUNT_ID}} --AccessKeyID ${{secrets.ACCESS_KEYID}} --AccessKeySecret ${{secrets.ACCESS_KEYSECRET}} -a seata -f
- name: Deploy on OSS
run: s deploy --use-local -y

0 comments on commit af4bbde

Please sign in to comment.