Env file update

This commit is contained in:
Ari Timonen 2020-11-21 00:16:35 +02:00
parent 3dcd4f374f
commit 9fec9b345a
2 changed files with 2 additions and 2 deletions

2
.env
View file

@ -1,5 +1,5 @@
# Read https://github.com/bkeepers/dotenv # Read https://github.com/bkeepers/dotenv
# This is the base file # This is the base file that has lowest priority
# Change this depending where you are # Change this depending where you are
RACK_ENV=production RACK_ENV=production

View file

@ -2,7 +2,7 @@
cd $APP_PATH cd $APP_PATH
source script/env.sh .env .env.$RAILS_ENV .env.$RAILS_ENV.local .env.local source script/env.sh .env .env.$RAILS_ENV .env.local .env.$RAILS_ENV.local
# Create dirs # Create dirs
mkdir -p tmp/pids tmp/sockets tmp/sessions tmp/cache log mkdir -p tmp/pids tmp/sockets tmp/sessions tmp/cache log