mirror of https://github.com/louislam/uptime-kuma
Move some env vars to development only
parent
d8d3691604
commit
118c4fe397
|
@ -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
|
||||||
|
|
Loadingโฆ
Reference in New Issue