deploy.sh: set VITE_ACTIVITY_URL for production build
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
set -e
|
set -e
|
||||||
VPS=root@95.216.55.151
|
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/"
|
rsync -az --delete dist/ "$VPS:/var/www/planner/"
|
||||||
echo "Deployed to planner.bincio.org"
|
echo "Deployed to planner.bincio.org"
|
||||||
|
|||||||
Reference in New Issue
Block a user