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

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

View File

@@ -25,12 +25,13 @@ steps:
# SSH into your server and redeploy # SSH into your server and redeploy
- name: deploy - name: deploy
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: environment:
host: 192.168.68.68 PLUGIN_HOST: 192.168.68.68
username: sam PLUGIN_USERNAME: sam
key: PLUGIN_PORT: 22
PLUGIN_KEY:
from_secret: ssh_key from_secret: ssh_key
script: PLUGIN_SCRIPT: |
- cd /opt/stacks/DragonsStash cd /opt/stacks/DragonsStash
- docker compose pull docker compose pull
- docker compose up -d docker compose up -d