Skip to content

Instantly share code, notes, and snippets.

@cowholio4
Created March 5, 2016 23:54
Show Gist options
  • Select an option

  • Save cowholio4/f6369ada31a36ebb5e46 to your computer and use it in GitHub Desktop.

Select an option

Save cowholio4/f6369ada31a36ebb5e46 to your computer and use it in GitHub Desktop.
Deploy to Elastic Beanstalk using CircleCI
dependencies:
pre:
- sudo apt-get update
- sudo apt-get install build-essential python-dev libffi-dev libssl-dev
- sudo pip install urllib3[secure]
- sudo pip install awsebcli
machine:
environment:
APP_ENV: "circle"
ruby:
version: 2.2.2
deployment:
production:
branch: master
commands:
- eb deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment