Update .drone.yml
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
xCyanGrizzly
2026-03-21 12:24:17 +01:00
committed by GitHub
parent d5725bd52e
commit 053eeed6be

View File

@@ -28,10 +28,8 @@ steps:
environment: environment:
PLUGIN_HOST: 192.168.68.68 PLUGIN_HOST: 192.168.68.68
PLUGIN_USERNAME: sam PLUGIN_USERNAME: sam
PLUGIN_PORT: 22 PLUGIN_PORT: "22"
PLUGIN_KEY: PLUGIN_KEY:
from_secret: ssh_key from_secret: ssh_key
PLUGIN_SCRIPT: | PLUGIN_SCRIPT: "cd /opt/stacks/DragonsStash && docker compose pull &&
cd /opt/stacks/DragonsStash docker compose up -d"
docker compose pull
docker compose up -d