mirror of
https://github.com/cupcakearmy/liquet.git
synced 2025-09-05 23:40:40 +00:00
deployment
This commit is contained in:
21
.drone.yml
Normal file
21
.drone.yml
Normal 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
|
Reference in New Issue
Block a user