mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 08:17:01 +05:30
Caddyfile: Generate minified assests for my site
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
e6197e8046
commit
6ef60f9c5e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ https://msfjarvis.website {
|
|||
path ../site_raw
|
||||
hook /githook {$WEBHOOK_PASSWORD}
|
||||
then git submodule update --init --recursive
|
||||
then hugo --destination=/var/www/msfjarvis.website
|
||||
then hugo --destination=/var/www/msfjarvis.website --minify
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue