mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
Turn off cache warmup
This commit is contained in:
parent
8d702e3900
commit
97f8119e8d
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ fi
|
|||
# If running the rails server then create or migrate existing database
|
||||
if [ "${@: -2:1}" == "./bin/rails" ] && [ "${@: -1:1}" == "server" ]; then
|
||||
./bin/rails db:prepare
|
||||
echo "Warming up caches for production deployment..."
|
||||
./bin/rails cache:warmup
|
||||
# echo "Warming up caches for production deployment..."
|
||||
# ./bin/rails cache:warmup
|
||||
fi
|
||||
|
||||
exec "${@}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue