mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Remove gemini deploy
This commit is contained in:
parent
f16ee40af4
commit
9d15429c20
1 changed files with 0 additions and 8 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue