Compare commits
2 Commits
a870d80636
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 94bfdadc68 | |||
| 53adf5ea92 |
@@ -28,15 +28,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Clean up old docker containers and networks
|
- name: Clean up old docker containers and networks
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
|
||||||
host: ${{ secrets.REMOTE_HOST }}
|
|
||||||
username: ${{ secrets.REMOTE_USER }}
|
|
||||||
key: ${{ secrets.DEPLOY_SSH_KEY }}
|
|
||||||
port: 22
|
|
||||||
run: |
|
run: |
|
||||||
docker container prune -f || true &&
|
docker container prune -f || true &&
|
||||||
docker network prune -f || true
|
docker network prune -f || true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# docker stop $(docker ps -a -q) || true &&
|
# docker stop $(docker ps -a -q) || true &&
|
||||||
# docker rm -f $(docker ps -a -q) || true &&
|
# docker rm -f $(docker ps -a -q) || true &&
|
||||||
|
|
||||||
|
|||||||
@@ -38355,3 +38355,4 @@ redis.exceptions.ConnectionError: Connection closed by server.
|
|||||||
2026-06-19 10:21:21 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.
|
2026-06-19 10:21:21 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.
|
||||||
2026-06-19 11:21:21 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.
|
2026-06-19 11:21:21 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.
|
||||||
2026-06-19 12:21:21 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.
|
2026-06-19 12:21:21 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.
|
||||||
|
2026-06-19 13:21:21 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.
|
||||||
|
|||||||
Reference in New Issue
Block a user