parsley/docker/db_migrate.sh

4 lines
90 B
Bash
Raw Normal View History

2016-01-19 17:26:23 -06:00
#!/bin/sh
cd /home/app/parsley/
2016-07-27 22:33:22 -05:00
RAILS_ENV=$PASSENGER_APP_ENV bundle exec rails db:migrate