mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-07 20:46:45 +00:00
@ -162,7 +162,7 @@ jobs:
|
|||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
steps:
|
steps:
|
||||||
- name: start deployment
|
- name: start deployment
|
||||||
uses: bobheadxi/deployments@v0.6
|
uses: bobheadxi/deployments@v0.6.2
|
||||||
id: deployment
|
id: deployment
|
||||||
with:
|
with:
|
||||||
step: start
|
step: start
|
||||||
@ -185,7 +185,7 @@ jobs:
|
|||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
||||||
- name: update deployment status
|
- name: update deployment status
|
||||||
uses: bobheadxi/deployments@v0.6
|
uses: bobheadxi/deployments@v0.6.2
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
step: finish
|
step: finish
|
||||||
|
Reference in New Issue
Block a user