Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed May 9, 2021
1 parent d1ab7e7 commit b840b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-deploy-tencent-scf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 #您的部署环境
Expand Down

0 comments on commit b840b3f

Please sign in to comment.