Files
cell/website/deploy.sh
2026-02-10 08:12:51 -06:00

4 lines
140 B
Bash
Executable File

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