4 lines
89 B
Bash
4 lines
89 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
cd /home/app/parsley/
|
||
|
RAILS_ENV=$PASSENGER_APP_ENV bundle exec rake db:migrate
|