From ac4192eafb7a5d8aafd49c0d038c5a5b6f150d7a Mon Sep 17 00:00:00 2001 From: justin Date: Fri, 4 Feb 2022 06:23:48 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index da0b468..19c1e02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,8 @@ clone: steps: - name: git pull commands: - - git -C /home/user-data/www/wedding pull https://justin:${GITPASSWORD}@git.thewynnster.com/justin/WoodleyWynnWedding.git master + - git -C /home/user-data/www/wedding pull - name: generate hugo commands: - - cd /home/user-data/www/wedding && hug + - cd /home/user-data/www/wedding && hugo \ No newline at end of file