Skip to content

Instantly share code, notes, and snippets.

@luisacarrion
Last active February 7, 2017 21:40
Show Gist options
  • Save luisacarrion/d6e387e409544741312f26399487dd97 to your computer and use it in GitHub Desktop.
Save luisacarrion/d6e387e409544741312f26399487dd97 to your computer and use it in GitHub Desktop.
AWS Elastic Beanstalk .ebextensions - rake db:seed from AWS Documentation
option_settings:
aws:elasticbeanstalk:application:environment:
BUNDLE_WITHOUT: test
RACK_ENV: development
RAILS_ENV: development
RAILS_SKIP_ASSET_COMPILATION: true
RAILS_SKIP_MIGRATIONS: true
LOGGING: debug
# Run shell commands during a deployment
container_commands:
01deploy:
command: rake my_deployment_tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment