.
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
host: "192.168.2.13"
|
||||
username: "miker"
|
||||
password: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
source: "Watchtower/"
|
||||
target: "/opt/Docker-Deployments"
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
with:
|
||||
host: "192.168.2.13"
|
||||
username: "miker"
|
||||
password: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
script: |
|
||||
cd /opt/Docker-Deployments/Watchtower
|
||||
docker compose up -d --remove-orphans
|
||||
|
||||
Reference in New Issue
Block a user