mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-11-01 08:04:13 +01:00
21 lines
359 B
YAML
21 lines
359 B
YAML
|
kind: pipeline
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
|
||
|
- name: deploy
|
||
|
image: cupcakearmy/drone-deploy
|
||
|
pull: always
|
||
|
environment:
|
||
|
PLUGIN_KEY:
|
||
|
from_secret: ssh_key
|
||
|
settings:
|
||
|
host: nicco.io
|
||
|
user: root
|
||
|
port: 1312
|
||
|
target: /srv/web/blog/liquet
|
||
|
commands:
|
||
|
- git pull
|
||
|
when:
|
||
|
event: push
|
||
|
branch: master
|