deployment

This commit is contained in:
cupcakearmy 2019-05-06 21:51:54 +02:00
parent b3f9b9e067
commit dc3e9ecd47

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
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