chore: update script
This commit is contained in:
parent
fdbb943308
commit
447699a78e
1 changed files with 3 additions and 5 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -11,7 +11,7 @@ env:
|
|||
DEPLOY_HOST: 49.0.91.80
|
||||
COMPOSE_PATH: /home/frappet/docker/bma/bma-ehr-log-backup
|
||||
jobs:
|
||||
release-test:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
@ -68,8 +68,7 @@ jobs:
|
|||
with:
|
||||
access_token: ${{ secrets.TOKEN_LINE }}
|
||||
message: |
|
||||
|
||||
Status: ✅
|
||||
-Status: ✅
|
||||
Image: ${{ env.IMAGE_NAME }}
|
||||
Version: ${{ steps.gen_ver.outputs.IMAGE_VER }}
|
||||
By: ${{github.actor}}
|
||||
|
|
@ -78,8 +77,7 @@ jobs:
|
|||
with:
|
||||
access_token: ${{ secrets.TOKEN_LINE }}
|
||||
message: |
|
||||
|
||||
Status: ❌
|
||||
-Status: ❌
|
||||
Image: ${{ env.IMAGE_NAME }}
|
||||
Version: ${{ steps.gen_ver.outputs.IMAGE_VER }}
|
||||
By: ${{github.actor}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue