From 9c87873c4e48b1221b1a17057fb81e0420b1422d Mon Sep 17 00:00:00 2001 From: Mike McFetridge <91107715+mmcfetridge1969@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:43:40 -0400 Subject: [PATCH] . --- .gitea/workflows/deploy-watchtower.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy-watchtower.yml b/.gitea/workflows/deploy-watchtower.yml index 8ee580a..62fa7b8 100644 --- a/.gitea/workflows/deploy-watchtower.yml +++ b/.gitea/workflows/deploy-watchtower.yml @@ -5,7 +5,7 @@ on: branches: - main paths: - - 'Watchtower/**' # <-- CRITICAL: Only triggers if files in the watchtower folder change + - 'Watchtower/**' jobs: deploy: @@ -19,7 +19,7 @@ jobs: with: host: "192.168.2.13" username: "miker" - key: ${{ secrets.SSH_PRIVATE_KEY }} + password: ${{ secrets.SSH_PRIVATE_KEY }} source: "Watchtower/" target: "/opt/Docker-Deployments" @@ -28,7 +28,7 @@ jobs: with: host: "192.168.2.13" username: "miker" - key: ${{ secrets.SSH_PRIVATE_KEY }} + password: ${{ secrets.SSH_PRIVATE_KEY }} script: | cd /opt/Docker-Deployments/Watchtower docker compose up -d --remove-orphans