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

@@ -23,14 +23,15 @@ steps:
from_secret: gitea_password from_secret: gitea_password
# 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
from_secret: ssh_key PLUGIN_KEY:
script: from_secret: ssh_key
- cd /opt/stacks/DragonsStash PLUGIN_SCRIPT: |
- docker compose pull cd /opt/stacks/DragonsStash
- docker compose up -d docker compose pull
docker compose up -d