Remove gemini deploy

This commit is contained in:
JP Hastings-Spital 2024-11-21 09:43:39 +00:00
parent f16ee40af4
commit 9d15429c20

View file

@ -64,11 +64,3 @@ tasks:
desc: Builds the site & starts a gemini server (on the default port) for it. desc: Builds the site & starts a gemini server (on the default port) for it.
cmds: cmds:
- agate --content public --addr 0.0.0.0:1965 --ed25519 --only-tls13 --hostname "{{ .gmi_domain }}{{ .puma_dev_tld }}" --central-conf - agate --content public --addr 0.0.0.0:1965 --ed25519 --only-tls13 --hostname "{{ .gmi_domain }}{{ .puma_dev_tld }}" --central-conf
gemini-deploy:
desc: Builds, reduces, and deploys the gemini version of the site with fly.
deps:
- build
- gemini-reduce
cmds:
- fly deploy --remote-only