static-website: drop http and https arguments for configure
This commit is contained in:
parent
2ac197c2bc
commit
d0d78822ad
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ depends: [
|
|||
|
||||
x-mirage-opam-lock-location: "applications/static_website_tls/mirage/https-hvt.opam.locked"
|
||||
|
||||
x-mirage-configure: ["sh" "-exc" "cd applications/static_website_tls/ && mirage configure -t hvt --http 80 --https 443 --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"]
|
||||
x-mirage-configure: ["sh" "-exc" "cd applications/static_website_tls/ && mirage configure -t hvt --allocation-policy=best-fit --context ./mirage/context --no-extra-repo"]
|
||||
|
||||
x-mirage-pre-build: [make "-Capplications/static_website_tls/" "lock" "depext-lockfile" "pull"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue