Add a justfile

This commit is contained in:
Jared Miller 2026-01-13 08:37:12 -05:00
parent 569e3dc8d0
commit 53e3152867
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C

10
justfile Normal file
View file

@ -0,0 +1,10 @@
default: deploy
build:
bun run build.ts
deploy: build
cp index.html style.css /var/www/html/dungeon.red/lab/worldnews/
verify:
shot-scraper https://dungeon.red/lab/worldnews -w 1280 -h 1024 -o screenshot.png