mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 08:52:43 +08:00
Update main.yml
add log
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: ${{ github.event.inputs.env }}
|
environment: ${{ github.event.inputs.env }}
|
||||||
steps:
|
steps:
|
||||||
|
- run: echo APP_NAME is ${{secrets.APP_NAME}}
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: akhileshns/heroku-deploy@v3.6.8 # This is the action
|
- uses: akhileshns/heroku-deploy@v3.6.8 # This is the action
|
||||||
with:
|
with:
|
||||||
@@ -30,8 +31,6 @@ jobs:
|
|||||||
HD_UUID: ${{ secrets.HEROKU_V2RAY_UUID }} # UUID for v2ray user, 为了安全,一定要放入github action token中
|
HD_UUID: ${{ secrets.HEROKU_V2RAY_UUID }} # UUID for v2ray user, 为了安全,一定要放入github action token中
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
SECRET_KEY: ${{ secrets.MY_SECRET_KEY }}
|
SECRET_KEY: ${{ secrets.MY_SECRET_KEY }}
|
||||||
- run: |
|
|
||||||
echo APP_NAME is ${{secrets.APP_NAME}}
|
|
||||||
stop-start:
|
stop-start:
|
||||||
if: ${{ github.event.inputs.actions == 'start' || github.event.inputs.actions == 'stop' }}
|
if: ${{ github.event.inputs.actions == 'start' || github.event.inputs.actions == 'stop' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user