houdini/script/compile-assets.sh
2018-06-27 14:53:09 -05:00

2 lines
176 B
Bash
Executable file

#!/bin/bash
( RAILS_ENV=${RAILS_ENV:-production} DATABASE_URL=${BUILD_DATABASE_URL:-postgres://admin:password@db/commitchange_development} bundle exec rake assets:precompile )