Compare commits

...
2 Commits
Author SHA1 Message Date
Mike McFetridge 5bcda7de80 Merge branch 'main' of gitea.mikemcfetridge.com:miker/Docker-01 2026-07-20 09:43:50 -04:00
Mike McFetridge 9c87873c4e . 2026-07-20 09:43:40 -04:00
+3 -3
View File
@@ -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