Files
bincio-planner/deploy.sh
T
2026-05-14 09:46:52 +02:00

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"