mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
deployment
This commit is contained in:
parent
b3f9b9e067
commit
dc3e9ecd47
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
|
Loading…
Reference in New Issue
Block a user