diff --git a/.github/workflows/deploy_tencent_scf.yml b/.github/workflows/deploy_tencent_scf.yml index 2e1b0ff6..07581a9e 100644 --- a/.github/workflows/deploy_tencent_scf.yml +++ b/.github/workflows/deploy_tencent_scf.yml @@ -73,6 +73,7 @@ jobs: CFD_NOTIFY_CONTROL: ${{ secrets.CFD_NOTIFY_CONTROL}} JD_JXD_EXCHANGE: ${{ secrets.JD_JXD_EXCHANGE}} JXNC_NOTIFY_LEVEL: ${{ secrets.JXNC_NOTIFY_LEVEL}} + JD_CITY_EXCHANGE: ${{ secrets.JD_CITY_EXCHANGE}} steps: - name: Checkout @@ -160,6 +161,7 @@ jobs: if [ $CFD_NOTIFY_CONTROL ]; then sed -i "/variables/a\ CFD_NOTIFY_CONTROL: $CFD_NOTIFY_CONTROL" serverless.yml; fi; if [ $JD_JXD_EXCHANGE ]; then sed -i "/variables/a\ JD_JXD_EXCHANGE: $JD_JXD_EXCHANGE" serverless.yml; fi; if [ $JXNC_NOTIFY_LEVEL ]; then sed -i "/variables/a\ JXNC_NOTIFY_LEVEL: $JXNC_NOTIFY_LEVEL" serverless.yml; fi; + if [ $JD_CITY_EXCHANGE ]; then sed -i "/variables/a\ JD_CITY_EXCHANGE: $JD_CITY_EXCHANGE" serverless.yml; fi; cat serverless.yml env