Update .gitea/workflows/build.yml
All checks were successful
Build and push container image / build (push) Successful in 10m43s
All checks were successful
Build and push container image / build (push) Successful in 10m43s
This commit is contained in:
parent
9c4373e6b9
commit
ee016c419f
@ -50,6 +50,6 @@ jobs:
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
port: ${{ secrets.SSH_PORT }}
|
||||
script: |
|
||||
cd kon && docker compose pull && \
|
||||
docker compose down --remove-orphans && docker compose up -d && \
|
||||
cd kon && docker compose pull bot && \
|
||||
docker compose down bot --remove-orphans && docker compose up -d bot && \
|
||||
docker image prune -f && docker system prune -f
|
||||
|
Loading…
Reference in New Issue
Block a user