diff --git a/deploy.sh b/deploy.sh index 0f377ac..1cab95e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,6 +2,6 @@ set -e VPS=root@95.216.55.151 -npm run build +VITE_ACTIVITY_URL=https://activity.bincio.org npm run build rsync -az --delete dist/ "$VPS:/var/www/planner/" echo "Deployed to planner.bincio.org"