Adding build and deploy scripts

This commit is contained in:
Gregory Ballantine
2026-06-11 17:29:52 -04:00
parent 92aa4fe94d
commit 88269b32e8
2 changed files with 8 additions and 0 deletions

4
bin/site-build.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
docker run --rm -v "$(pwd)":/srv/jekyll -e JEKYLL_ROOTLESS=1 jekyll/jekyll:4 sh -c "mkdir -p target && jekyll build -s src/ -d target --disable-disk-cache"

4
bin/site-deploy.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
scp -r target/* xadmin@vps1.bitgoblin.tech:/usr/local/www/bitgoblin/www/