mirror of
https://github.com/msfjarvis/server-config
synced 2025-08-14 08:17:01 +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
|
branch src
|
||||||
path ../site_raw
|
path ../site_raw
|
||||||
hook /githook {$WEBHOOK_PASSWORD}
|
hook /githook {$WEBHOOK_PASSWORD}
|
||||||
then git submodule update --init --recursive
|
|
||||||
then hugo --destination=/var/www/msfjarvis.website --minify
|
then hugo --destination=/var/www/msfjarvis.website --minify
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -83,7 +82,6 @@ https://staging.msfjarvis.website {
|
||||||
branch src
|
branch src
|
||||||
path ../site_raw_staging
|
path ../site_raw_staging
|
||||||
hook /githook {$WEBHOOK_PASSWORD}
|
hook /githook {$WEBHOOK_PASSWORD}
|
||||||
then git submodule update --init --recursive
|
|
||||||
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue