Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
xCyanGrizzly
2026-03-21 12:40:24 +01:00
committed by GitHub
parent 50e7e02b2d
commit b75b0e1f91

View File

@@ -23,12 +23,11 @@
- name: deploy
image: appleboy/drone-ssh
settings:
key:
from_secret: ssh_key
environment:
PLUGIN_HOST: 192.168.68.68
PLUGIN_USERNAME: sam
PLUGIN_PORT: "22"
PLUGIN_KEY:
from_secret: ssh_key
PLUGIN_SCRIPT: "cd /opt/stacks/DragonsStash && docker compose pull &&
docker compose up -d"