From c3817f35eb27b46b239e571b68dce8a586ceaa09 Mon Sep 17 00:00:00 2001 From: justin Date: Fri, 4 Feb 2022 06:03:19 +0000 Subject: [PATCH] Add '.d' --- .d | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .d diff --git a/.d b/.d new file mode 100644 index 0000000..8916057 --- /dev/null +++ b/.d @@ -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