From ff52cb7db87a014a9e4ace4215fffb73364ceda9 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 5 Nov 2019 23:56:59 +0530 Subject: [PATCH] Caddyfile: Remove git plugin usage Signed-off-by: Harsh Shandilya --- Caddyfile | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Caddyfile b/Caddyfile index 0b12425..38a71c4 100644 --- a/Caddyfile +++ b/Caddyfile @@ -26,13 +26,6 @@ https://msfjarvis.website { import base_config import compression_config root /var/www/msfjarvis.website/ - git { - repo https://github.com/msfjarvis/msfjarvis.website - branch src - path ../site_raw - hook /githook {$WEBHOOK_PASSWORD} - then hugo --destination=/var/www/msfjarvis.website --minify - } header / { Cache-Control "max-age=2592000" } @@ -89,11 +82,4 @@ https://staging.msfjarvis.website { import base_config import compression_config root /var/www/msfjarvis.website.staging/ - git { - repo https://github.com/msfjarvis/msfjarvis.website - branch src - path ../site_raw_staging - hook /githook_staging {$WEBHOOK_PASSWORD_STAGING} - then hugo --destination=/var/www/msfjarvis.website.staging --minify -DEFb=https://staging.msfjarvis.website - } }