diff --git a/.gitea/workflows/deploy-watchtower.yml b/.gitea/workflows/deploy-watchtower.yml index f48afdf..c922bd0 100644 --- a/.gitea/workflows/deploy-watchtower.yml +++ b/.gitea/workflows/deploy-watchtower.yml @@ -20,8 +20,9 @@ jobs: host: "192.168.2.13" 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