Add a justfile
This commit is contained in:
parent
569e3dc8d0
commit
53e3152867
1 changed files with 10 additions and 0 deletions
10
justfile
Normal file
10
justfile
Normal 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
|
||||||
Loading…
Reference in a new issue