soooOOoo close
Remote SSH Deployment / deploy_to_ubuntu (push) Failing after 11m43s

This commit is contained in:
2026-06-18 12:44:30 +00:00
parent 4e90ce85a1
commit e9f3965dbd
2 changed files with 35 additions and 1 deletions
+10 -1
View File
@@ -23,7 +23,16 @@ jobs:
script: | script: |
cd /home/json/containers/servarr/spotizerr && cd /home/json/containers/servarr/spotizerr &&
git pull origin main && git pull origin main &&
docker compose down && docker compose up -d docker compose down &&
docker compose up -d
- name: Clean up old docker containers and networks
if: always()
run: |
docker stop $(docker ps -a -q) || true &&
docker rm -f $(docker ps -a -q) || true &&
docker container prune -f || true &&
docker network prune -f || true
# name: Remote Server Deploy # name: Remote Server Deploy
+25
View File
@@ -38091,3 +38091,28 @@ redis.exceptions.ConnectionError: Connection closed by server.
2026-06-18 09:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. 2026-06-18 09:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.
2026-06-18 10:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. 2026-06-18 10:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.
2026-06-18 11:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. 2026-06-18 11:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.
2026-06-18 12:23:39 [INFO] Shutting down
2026-06-18 12:23:39 [INFO] Waiting for application shutdown.
2026-06-18 12:23:39 [INFO] Watch Manager: Stopping background scheduler...
2026-06-18 12:23:39 [INFO] Watch Scheduler: Thread stopped.
2026-06-18 12:23:39 [INFO] Watch Manager: Background scheduler stopped.
2026-06-18 12:23:39 [INFO] Watch Manager stopped
2026-06-18 12:23:39 [INFO] CeleryManager: Stopping Celery workers...
2026-06-18 12:23:39 [INFO] Terminating Celery Download Worker (PID: 12)...
2026-06-18 12:23:39 [INFO] CeleryManager: Config monitor thread stopped.
2026-06-18 12:23:39 [INFO] Celery[DW-STDOUT]:
2026-06-18 12:23:39 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess)
2026-06-18 12:23:41 [INFO] Celery[DW-STDERR] stream reader thread finished.
2026-06-18 12:23:41 [INFO] Celery[DW-STDOUT] stream reader thread finished.
2026-06-18 12:23:41 [INFO] Celery Download Worker (PID: 12) terminated.
2026-06-18 12:23:41 [INFO] Terminating Celery Utility Worker (PID: 15)...
2026-06-18 12:23:41 [INFO] Celery[UW-STDOUT]:
2026-06-18 12:23:41 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess)
2026-06-18 12:23:43 [INFO] Celery[UW-STDERR] stream reader thread finished.
2026-06-18 12:23:43 [INFO] Celery[UW-STDOUT] stream reader thread finished.
2026-06-18 12:23:43 [INFO] Celery Utility Worker (PID: 15) terminated.
2026-06-18 12:23:43 [INFO] Joining log threads...
2026-06-18 12:23:43 [INFO] CeleryManager: All workers and threads signaled to stop and joined.
2026-06-18 12:23:43 [INFO] Celery workers stopped
2026-06-18 12:23:43 [INFO] Application shutdown complete.
2026-06-18 12:23:43 [INFO] Finished server process [1]