Add '.d'
This commit is contained in:
parent
abb7777aac
commit
c3817f35eb
1 changed files with 20 additions and 0 deletions
20
.d
Normal file
20
.d
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