Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xCyanGrizzly
2026-03-21 13:28:27 +01:00
committed by GitHub
parent 2ceba66313
commit 9a077a3648

View File

@@ -32,5 +32,4 @@
- printf "%s" "$SSH_KEY" > ~/.ssh/id_ed25519 - printf "%s" "$SSH_KEY" > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519
- ssh-keyscan -t ed25519 192.168.68.68 > ~/.ssh/known_hosts 2>/dev/null - ssh-keyscan -t ed25519 192.168.68.68 > ~/.ssh/known_hosts 2>/dev/null
- ssh sam@192.168.68.68 "cd /opt/stacks/DragonsStash && docker compose - ssh sam@192.168.68.68 "cd /opt/stacks/DragonsStash && docker compose pull && docker compose up -d"
pull && docker compose up -d"