Skip to content

Commit

Permalink
Change deployment user
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring authored Jan 6, 2025
1 parent 8917b7f commit 17def1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"validate": "deno run --allow-env --allow-read=src/_data/reports --allow-write=lib lib/validate.ts",
"lume_debug": "echo \"import 'lume/cli.ts'\" | deno run --inspect-wait --v8-flags=--max-old-space-size=2048 --allow-all -",
"build:dev": "deno task build --location https://dev.open-innovations.org/yff/",
"sync:dev": "rsync --info=STATS2 --recursive --delete --rsh=\"sshpass -e ssh -o StrictHostKeyChecking=no -l $SSH_USER\" --rsync-path \"sudo -u www-data rsync\" _site/ $SSH_HOST:$SSH_PATH",
"sync:dev": "rsync --info=STATS2 --recursive --delete --rsh=\"sshpass -e ssh -o StrictHostKeyChecking=no -l $SSH_USER\" --rsync-path \"sudo -u oi-cloud rsync\" _site/ $SSH_HOST:$SSH_PATH",
"deploy:dev": "deno task build:dev && deno task sync:dev"
},
"lock": false,
Expand Down

0 comments on commit 17def1e

Please sign in to comment.