From b840b3f48bc14fabc48433bd078b8b6b392c9963 Mon Sep 17 00:00:00 2001 From: RayWang <2271272653@qq.com> Date: Sun, 9 May 2021 17:58:54 +0800 Subject: [PATCH] Update --- .github/workflows/auto-deploy-tencent-scf.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-deploy-tencent-scf.yml b/.github/workflows/auto-deploy-tencent-scf.yml index 4cb4141..4930c4e 100644 --- a/.github/workflows/auto-deploy-tencent-scf.yml +++ b/.github/workflows/auto-deploy-tencent-scf.yml @@ -39,7 +39,8 @@ jobs: - name: deploy serverless run: | cd ./tencentScf - sudo ./publish.sh + chmod 755 ./publish.sh + ./publish.sh sls deploy --debug env: # 环境变量 STAGE: dev #您的部署环境