kapost/kapost_deploy

View on GitHub
.envrc

Summary

Maintainability
Test Coverage
# Load .env variables automatically with direnv
# http://direnv.net/

if [ -e ./.env ]
then
  dotenv
fi

if [ -e ./.env.local ]
then
  dotenv .env.local
fi