Update deploy_tencent_scf.yml

This commit is contained in:
DoveBoy
2021-01-25 10:59:02 +08:00
committed by GitHub
parent 08e4782913
commit b8c52fbf45

View File

@ -160,7 +160,7 @@ jobs:
- name: "压缩文件夹"
run: zip -r myfile.zip ./*
- name: "部署到腾讯云函数"
run: serverless deploy
run: node tencentscf.js
env:
STAGE: dev
SERVERLESS_PLATFORM_VENDOR: tencent