This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new 5d3aed85aa optimize oss deploy (#918)
5d3aed85aa is described below
commit 5d3aed85aa2c888997a2e704f93aab7e5859bbcf
Author: jimin <[email protected]>
AuthorDate: Mon Nov 25 19:45:48 2024 +0800
optimize oss deploy (#918)
Signed-off-by: slievrly <[email protected]>
---
.github/workflows/deploy-oss.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy-oss.yml b/.github/workflows/deploy-oss.yml
index 542c6dcda6..fded879d85 100644
--- a/.github/workflows/deploy-oss.yml
+++ b/.github/workflows/deploy-oss.yml
@@ -42,6 +42,6 @@ jobs:
- name: Install serverless-devs
run: npm i @serverless-devs/[email protected] -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]