diff --git a/Taskfile.yml b/Taskfile.yml index b7aadaf3..af08c734 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -64,11 +64,3 @@ tasks: desc: Builds the site & starts a gemini server (on the default port) for it. cmds: - 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