8 lines
221 B
Bash
Executable File
8 lines
221 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
VPS=root@95.216.55.151
|
|
|
|
VITE_ACTIVITY_URL=https://activity.bincio.org VITE_PLANNER_API_URL= npm run build
|
|
rsync -az --delete dist/ "$VPS:/var/www/planner/"
|
|
echo "Deployed to planner.bincio.org"
|