server-setup/deploy_draysense.sh
NucBox_EVO-X2\robert 68facaccd8 with drysense
2025-12-22 22:12:22 -08:00

13 lines
262 B
Bash

#!/bin/bash
rm -rf ./well-dry-sense
TOKEN=715515426be5ce38d504aa1252fc8c9e9f789ddc
git clone https://$TOKEN@gitea.wellnua.com/pkresoja/well-dry-sense
cd ./well-dry-sense
echo "VITE_GIT_VERSION=$(git rev-parse --short HEAD)" >> .env
npm install
npm run build