mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-10 22:01:16 +00:00
This commit is contained in:
17
.drone.yml
17
.drone.yml
@@ -25,12 +25,13 @@ steps:
|
||||
# SSH into your server and redeploy
|
||||
- name: deploy
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: 192.168.68.68
|
||||
username: sam
|
||||
key:
|
||||
environment:
|
||||
PLUGIN_HOST: 192.168.68.68
|
||||
PLUGIN_USERNAME: sam
|
||||
PLUGIN_PORT: 22
|
||||
PLUGIN_KEY:
|
||||
from_secret: ssh_key
|
||||
script:
|
||||
- cd /opt/stacks/DragonsStash
|
||||
- docker compose pull
|
||||
- docker compose up -d
|
||||
PLUGIN_SCRIPT: |
|
||||
cd /opt/stacks/DragonsStash
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
|
||||
Reference in New Issue
Block a user