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

This commit is contained in:
xCyanGrizzly
2026-03-21 13:25:56 +01:00
committed by GitHub
parent 036dadcb21
commit 2ceba66313

View File

@@ -1,4 +1,4 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: build-and-deploy name: build-and-deploy
@@ -32,4 +32,5 @@
- 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 pull && docker compose up -d" - ssh sam@192.168.68.68 "cd /opt/stacks/DragonsStash && docker compose
pull && docker compose up -d"