mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +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 |