Created
March 5, 2016 23:54
-
-
Save cowholio4/f6369ada31a36ebb5e46 to your computer and use it in GitHub Desktop.
Deploy to Elastic Beanstalk using CircleCI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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