From 4b6238749a90c976ad366359271c1d45ee9b41f0 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 22 Sep 2019 22:47:13 +0530 Subject: [PATCH] Caddyfile: Remove submodule init My site doesn't have one anymore Signed-off-by: Harsh Shandilya --- Caddyfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Caddyfile b/Caddyfile index e74836c..ad15625 100644 --- a/Caddyfile +++ b/Caddyfile @@ -35,7 +35,6 @@ https://msfjarvis.website { branch src path ../site_raw hook /githook {$WEBHOOK_PASSWORD} - then git submodule update --init --recursive then hugo --destination=/var/www/msfjarvis.website --minify } } @@ -83,7 +82,6 @@ https://staging.msfjarvis.website { branch src path ../site_raw_staging hook /githook {$WEBHOOK_PASSWORD} - then git submodule update --init --recursive then hugo --destination=/var/www/msfjarvis.website.staging --minify -DEFb=https://staging.msfjarvis.website } }