Adjust task permissions
This commit is contained in:
parent
9323faedc4
commit
e6df03bb49
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
"lume/": "https://deno.land/x/lume@v2.3.3/"
|
||||
},
|
||||
"tasks": {
|
||||
"build": "deno run --allow-write='.' --allow-read='.' --allow-net='deno.land,cdn.deno.land,esm.sh,0.0.0.0:3000,jsr.io' --allow-sys=networkInterfaces --allow-env='LUME_ENV,LUME_LIVE_RELOAD,LUME_LOGS,LUME_NOCACHE,LUME_DRAFTS' lume.ts",
|
||||
"serve": "deno run --allow-write='.' --allow-read='.' --allow-net='deno.land,cdn.deno.land,esm.sh,0.0.0.0:3000,jsr.io' --allow-sys=networkInterfaces --allow-env='LUME_ENV,LUME_LIVE_RELOAD,LUME_LOGS,LUME_NOCACHE,LUME_DRAFTS' lume.ts -s",
|
||||
"build": "deno run --allow-write='.' --allow-read='.' --allow-net='deno.land,cdn.deno.land,esm.sh,0.0.0.0:3000,jsr.io' --allow-sys=networkInterfaces --deny-env lume.ts",
|
||||
"serve": "deno run --allow-write='.' --allow-read='.' --allow-net='deno.land,cdn.deno.land,esm.sh,0.0.0.0:3000,jsr.io' --allow-sys=networkInterfaces --deny-env lume.ts -s",
|
||||
"check": "deno fmt --check && deno lint && deno check .",
|
||||
"deploy": "rsync -avh --progress --delete ./_site/ podman:/srv/www/pay.fosterhangdaan.com/"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue