all repos — gemini-redirect @ 2e4299a4c18be9de713df2dfc874029f28b7fb24

Fix deploy script
Lonami Exo totufals@hotmail.com
Sat, 06 Feb 2021 23:13:26 +0100
commit

2e4299a4c18be9de713df2dfc874029f28b7fb24

parent

7938b7aa0a8aaa03460a4a09ce2ffc11c253d90b

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M deploy.shdeploy.sh

@@ -1,8 +1,10 @@

set -e zola build +git checkout gh-pages # Forgetting to exclude `.git` has costed me several days worth of work (and over 30 commits). find . -maxdepth 1 -not -name '.' -not -name '.git' -not -name 'public' -exec rm -r {} \; mv public/* . +echo "lonami.dev" > CNAME rmdir public/ git add . git commit --amend -m "Deploy site"