I'm trying to do rake db:migrate on aws, but can't figure out how
Here is my .ebextensions/.config
file, but it doesn't work
packages:
yum:
postgresql-devel: []
# Run rake tasks before an application deployment
container_commands:
01bundler-pg:
command: bundle config build.pg --with-pg-config=/usr/bin/pg_config
db:
command: "bundle exec rake db:migrate"
leader_only: true