mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 14:07:02 +05:30
Caddyfile: Remove submodule init
My site doesn't have one anymore Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
aef8338ca6
commit
4b6238749a
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue