Updated README with deploy info

This commit is contained in:
Mike Conrad
2025-02-27 09:19:43 -05:00
parent 734c184c46
commit b77465d686
2 changed files with 25 additions and 6 deletions

5
deploy.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/env bash
rm -rf public
hugo build
npx wrangler pages deploy --project-name hackanooga-blog public/
rm -rf public