enable region

This commit is contained in:
zizifn
2022-04-08 18:22:21 +08:00
committed by zizifn
parent 688f10a56f
commit 99a1421e38

View File

@@ -36,8 +36,8 @@ jobs:
HD_TUNNEL_TOKEN: ${{ secrets.HEROKU_TUNNEL_TOKEN }} # token for cloudflared tunnel
NODE_ENV: production
SECRET_KEY: ${{ secrets.MY_SECRET_KEY }}
stop-start:
if: ${{ github.event.inputs.actions == 'start' || github.event.inputs.actions == 'stop' }}
stop-start-destroy:
if: ${{ github.event.inputs.actions == 'start' || github.event.inputs.actions == 'stop' || github.event.inputs.actions == 'destroy' }}
runs-on: ubuntu-latest
environment: ${{ github.event.inputs.env }}
steps: