Update deploy_tencent_scf.yml

This commit is contained in:
Akira
2020-11-18 17:17:42 +08:00
committed by GitHub
parent 1a937a5151
commit 451a0a91aa

View File

@ -62,6 +62,7 @@ jobs:
if [ ${{ secrets.TG_PROXY_HOST}} ]; then sed -i "/variables/a\ TG_PROXY_HOST: ${{ secrets.TG_PROXY_HOST}}" serverless.yml; fi;
if [ ${{ secrets.TG_PROXY_PORT}} ]; then sed -i "/variables/a\ TG_PROXY_PORT: ${{ secrets.TG_PROXY_PORT}}" serverless.yml; fi;
cat serverless.yml
env
- name: "部署到腾讯云函数"
run: serverless deploy