more gitea
Remote Server Deploy / run-remote-command (push) Failing after 25s

This commit is contained in:
2026-06-18 10:07:19 +00:00
parent ea60ca5de9
commit 0471e98a8b
2 changed files with 7 additions and 6 deletions
+6 -6
View File
@@ -8,12 +8,12 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
# - name: Setup SSH - name: Setup SSH
# run: | run: |
# mkdir -p ~/.ssh mkdir -p ~/.ssh
# echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/id_ed25519 echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/id_ed25519
# chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
# ssh-keyscan -H ${{ secrets.REMOTE_HOST }} >> ~/.ssh/known_hosts ssh-keyscan -H ${{ secrets.REMOTE_HOST }} >> ~/.ssh/known_hosts
- name: Execute Remote Command - name: Execute Remote Command
run: | run: |
+1
View File
@@ -38088,3 +38088,4 @@ redis.exceptions.ConnectionError: Connection closed by server.
2026-06-18 06:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. 2026-06-18 06:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.
2026-06-18 07:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. 2026-06-18 07:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks.
2026-06-18 08:33:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. 2026-06-18 08: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.