Skip to content

Instantly share code, notes, and snippets.

@luisacarrion
Created February 7, 2017 21:14
Show Gist options
  • Save luisacarrion/ba424a08dea9fac9b8d1dfeaf67fee9a to your computer and use it in GitHub Desktop.
Save luisacarrion/ba424a08dea9fac9b8d1dfeaf67fee9a to your computer and use it in GitHub Desktop.
AWS Elastic Beanstalk .ebextensions - rake db:seed with container_commands
container_commands:
01_db_seed:
command: rake db:seed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment