mirror of
https://github.com/fiatjaf/nak.git
synced 2024-11-22 16:19:07 -05:00
just build-and-deploy
This commit is contained in:
parent
d54b776c38
commit
b9fc27ea2f
5
justfile
5
justfile
|
@ -1,3 +1,6 @@
|
|||
build-prod:
|
||||
sbt fullLinkJS/esBuild
|
||||
|
||||
cloudflare:
|
||||
rm -fr cf
|
||||
mkdir -p cf/target/esbuild
|
||||
|
@ -5,3 +8,5 @@ cloudflare:
|
|||
cp target/esbuild/bundle.js cf/target/esbuild
|
||||
wrangler pages publish cf --project-name nostr-army-knife --branch master
|
||||
rm -fr cf
|
||||
|
||||
build-and-deploy: build-prod cloudflare
|
||||
|
|
Loading…
Reference in New Issue
Block a user