static-website: drop http and https arguments for configure

This commit is contained in:
Hannes Mehnert 2023-09-25 21:44:47 +02:00
parent 2ac197c2bc
commit d0d78822ad

View file

@ -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"]