Compare commits

..

2 Commits

Author SHA1 Message Date
json 94bfdadc68 fixing part that stops everything 3
Remote SSH Deployment / deploy_to_ubuntu (push) Failing after 2m2s
2026-06-19 13:54:07 +00:00
json 53adf5ea92 fixing part that stops everything 2
Remote SSH Deployment / deploy_to_ubuntu (push) Failing after 1s
2026-06-19 13:52:43 +00:00
2 changed files with 9 additions and 10 deletions
+8 -10
View File
@@ -28,17 +28,15 @@ jobs:
- name: Clean up old docker containers and networks
if: always()
with:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.DEPLOY_SSH_KEY }}
port: 22
run: |
docker container prune -f || true &&
docker network prune -f || true
run: |
docker container prune -f || true &&
docker network prune -f || true
# docker stop $(docker ps -a -q) || true &&
# docker rm -f $(docker ps -a -q) || true &&
# docker stop $(docker ps -a -q) || true &&
# docker rm -f $(docker ps -a -q) || true &&
# name: Remote Server Deploy
# on: [push]
+1
View File
@@ -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 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 13:21:21 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.