Merge branch 'main' of gitea.mikemcfetridge.com:miker/Docker-02

This commit is contained in:
Mike McFetridge
2026-07-20 10:17:15 -04:00
2 changed files with 5 additions and 4 deletions
+4 -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:
@@ -20,8 +20,9 @@ jobs:
host: "192.168.2.14"
username: "miker"
key: ${{ secrets.SSH_PRIVATE_KEY }}
source: "Watchtower/"
target: "/opt/Docker-Deployments"
source: "Watchtower/*"
target: "/opt/Docker-Deployments/Watchtower"
strip_components: 1
- name: Deploy Watchtower Stack
uses: appleboy/ssh-action@master