parsley/docker/db_migrate.sh

4 lines
89 B
Bash
Raw Normal View History

2016-01-19 17:26:23 -06:00
#!/bin/sh
cd /home/app/parsley/
RAILS_ENV=$PASSENGER_APP_ENV bundle exec rake db:migrate