This commit is contained in:
justin 2022-02-04 06:03:19 +00:00
parent abb7777aac
commit c3817f35eb

20
.d Normal file
View 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