mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-22 19:45:56 +00:00
Move some env vars to development only
parent
d8d3691604
commit
118c4fe397
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue