This commit is contained in:
parent
d6dfb06872
commit
78f18e6a9d
14
.drone.yml
14
.drone.yml
@ -18,3 +18,17 @@ steps:
|
|||||||
tags: latest
|
tags: latest
|
||||||
secrets_from_env:
|
secrets_from_env:
|
||||||
- pack_config=CONFIG_JSON
|
- pack_config=CONFIG_JSON
|
||||||
|
- name: deploy
|
||||||
|
image: appleboy/drone-ssh
|
||||||
|
settings:
|
||||||
|
host: stryan.net
|
||||||
|
username:
|
||||||
|
from_secret: deploy_username
|
||||||
|
key:
|
||||||
|
from_secret: deploy_key
|
||||||
|
script:
|
||||||
|
- sudo podman pull git.saintnet.tech/stryan/saintnet_stickers:latest
|
||||||
|
- sudo systemctl restart stryan_net
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user