2 lines
176 B
Bash
Executable file
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 )
|