From 9d15429c20cea8602ef553c59b50e30a25102c4f Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Thu, 21 Nov 2024 09:43:39 +0000 Subject: [PATCH] Remove gemini deploy --- Taskfile.yml | 8 -------- 1 file changed, 8 deletions(-) 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