Thanks. It depends on when you want to run them. By deafult migrations are run automatically as long as you dont change the environment config RAILS_SKIP_MIGRATIONS which should be false. You can run seeds via platform post deploy hooks or ssh into the ec2 instance. Will write about this soon
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
hey @sname , nice article
how to run migrations and seeds ?
Thanks. It depends on when you want to run them. By deafult migrations are run automatically as long as you dont change the environment config
RAILS_SKIP_MIGRATIONSwhich should be false. You can run seeds via platform post deploy hooks or ssh into the ec2 instance. Will write about this soon