Add '.drone.yml'
This commit is contained in:
parent
aa986a99d0
commit
cf0f4c9182
1 changed files with 20 additions and 0 deletions
20
.drone.yml
Normal file
20
.drone.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: ssh
|
||||||
|
name: default
|
||||||
|
|
||||||
|
server:
|
||||||
|
host: woodley4thewynn.com
|
||||||
|
user: root
|
||||||
|
password:
|
||||||
|
from_secret: password
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: git pull
|
||||||
|
commands:
|
||||||
|
- git -C /home/user-data/www/wedding pull
|
||||||
|
- name: generate hugo
|
||||||
|
commands:
|
||||||
|
- cd /home/user-data/www/wedding && hugo
|
||||||
Loading…
Add table
Add a link
Reference in a new issue