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

This commit is contained in:
xCyanGrizzly
2026-03-21 12:51:05 +01:00
committed by GitHub
parent b75b0e1f91
commit b7a76fd932

View File

@@ -22,12 +22,14 @@
from_secret: gitea_password
- name: deploy
image: appleboy/drone-ssh
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"
image: appleboy/drone-ssh:1.8.0
settings:
host: 192.168.68.68
username: sam
port: 22
key:
from_secret: ssh_key
script:
- cd /opt/stacks/DragonsStash
- docker compose pull
- docker compose up -d