deploy website script
This commit is contained in:
3
website/deploy.sh
Executable file
3
website/deploy.sh
Executable 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
|
||||
Reference in New Issue
Block a user