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
|
||||
git fetch --all
|
||||
git checkout 1.15.0 --force
|
||||
git checkout 1.15.1 --force
|
||||
|
||||
# Install dependenies and prebuilt
|
||||
npm ci --production
|
||||
# Install dependencies and prebuilt
|
||||
npm install --production
|
||||
npm run download-dist
|
||||
|
||||
# Restart
|
||||
|
Reference in New Issue
Block a user