mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 14:44:51 +02:00
chore: add deploy.sh for build+rsync
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3f2d33ffbe
commit
ecdfedb98d
1 changed files with 6 additions and 0 deletions
6
deploy.sh
Executable file
6
deploy.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
set -euo pipefail
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
npm run build
|
||||||
|
rsync -av --delete dist/ /mnt/nav/frontend/
|
||||||
|
echo "Deployed to /mnt/nav/frontend/"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue