Caddyfile: Fix staging webhook

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-09-23 06:11:04 +05:30
parent 4abfc04d82
commit e4bc0f1155
No known key found for this signature in database
GPG key ID: C2E74282C2133D62

View file

@ -81,7 +81,7 @@ https://staging.msfjarvis.website {
repo https://github.com/msfjarvis/msfjarvis.website repo https://github.com/msfjarvis/msfjarvis.website
branch src branch src
path ../site_raw_staging path ../site_raw_staging
hook /githook {$WEBHOOK_PASSWORD} hook /githook_staging {$WEBHOOK_PASSWORD_STAGING}
then hugo --destination=/var/www/msfjarvis.website.staging --minify -DEFb=https://staging.msfjarvis.website then hugo --destination=/var/www/msfjarvis.website.staging --minify -DEFb=https://staging.msfjarvis.website
} }
} }