Add deployment
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Andrew Tomaka 2023-02-18 12:56:25 -05:00
parent 7acde7c034
commit 54c5f93ffb
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 12 additions and 0 deletions

View File

@ -34,5 +34,17 @@ steps:
tags:
- latest
- ${DRONE_TAG}
- name: deploy
image: plugins/ssh
settings:
host:
from_secret: unraid_host
username:
from_secret: unraid_username
key:
from_secret: unraid_ssh_key
script:
- docker pull docker.atomaka.com/atomaka.com:latest
- docker restart atomaka.com
trigger:
event: tag