Why did I remove pull?
All checks were successful
Build and push container image / build (push) Successful in 10m41s

This commit is contained in:
toast 2024-03-22 19:28:15 -04:00
parent 0897dbfd54
commit 0fd131fa39

View File

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