Add deploy script
This commit is contained in:
parent
17b8a400f5
commit
d1e4438cbb
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
"tasks": {
|
||||
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable --allow-write='.' --allow-read='.' --allow-net='deno.land,cdn.deno.land,esm.sh,0.0.0.0:8080' --allow-sys=networkInterfaces --allow-env='LUME_ENV' -",
|
||||
"build": "deno task lume",
|
||||
"serve": "deno task lume -s"
|
||||
"serve": "deno task lume -s",
|
||||
"deploy": "rsync -avh --progress --delete ./_site/ podman:/srv/www/fosterhangdaan.com/"
|
||||
},
|
||||
"imports": {
|
||||
"react/jsx-runtime": "https://esm.sh/react@18.2.0/jsx-runtime",
|
||||
|
|
Loading…
Reference in a new issue