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