deploy website script

This commit is contained in:
2026-02-10 08:12:51 -06:00
parent 60e61eef76
commit fe6033d6cb

3
website/deploy.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
cd "$(dirname "$0")"
hugo --gc --minify && wrangler pages deploy public --project-name pit-lang --commit-dirty=true --branch main