Attempt to avoid container conflicts
All checks were successful
Build and push container image / build (push) Successful in 6m38s

This commit is contained in:
toast 2024-01-12 14:03:57 +11:00
parent f6bb3243d3
commit 7abdfc82d6

View File

@ -16,4 +16,5 @@ jobs:
port: ${{ secrets.SSH_PORT }}
script: |
cd kon && docker compose pull && \
docker compose up -d --remove-orphans && docker image prune -f
docker compose down --remove-orphans && docker compose up -d && \
docker image prune -f && docker system prune -f