liquet/.drone.yml
2019-08-23 00:36:33 +02:00

21 lines
365 B
YAML

kind: pipeline
name: default
steps:
- name: deploy
image: cupcakearmy/drone-deploy
pull: always
environment:
PLUGIN_KEY:
from_secret: ssh_key
settings:
host: srv-0.nicco.io
user: root
port: 1312
target: /srv/web/blog/liquet
commands:
- git pull
when:
event: push
branch: master