mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-04 22:49:21 +08:00
Move some env vars to development only
@@ -34,10 +34,10 @@ cd <uptime-kuma-directory>
|
|||||||
|
|
||||||
# Update from git
|
# Update from git
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git checkout 1.15.0 --force
|
git checkout 1.15.1 --force
|
||||||
|
|
||||||
# Install dependenies and prebuilt
|
# Install dependencies and prebuilt
|
||||||
npm ci --production
|
npm install --production
|
||||||
npm run download-dist
|
npm run download-dist
|
||||||
|
|
||||||
# Restart
|
# Restart
|
||||||
|
Reference in New Issue
Block a user