👷 update ci

This commit is contained in:
yanyongyu 2022-02-08 14:19:10 +08:00
parent 6971aca676
commit 87de855cf7
No known key found for this signature in database
GPG Key ID: 796D8A7FB73396EB

View File

@ -13,7 +13,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.0 uses: bobheadxi/deployments@v0.6
id: deployment id: deployment
with: with:
step: start step: start
@ -36,7 +36,7 @@ jobs:
docker-compose up -d docker-compose up -d
- name: update deployment status - name: update deployment status
uses: bobheadxi/deployments@v0.4.3 uses: bobheadxi/deployments@v0.6
if: always() if: always()
with: with:
step: finish step: finish