Skip to content

Instantly share code, notes, and snippets.

@krishnan-mani
Created November 8, 2016 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krishnan-mani/ee3c3e97b9ab3e685ac771818ec16f7e to your computer and use it in GitHub Desktop.
Save krishnan-mani/ee3c3e97b9ab3e685ac771818ec16f7e to your computer and use it in GitHub Desktop.
elastic beanstalk deployment (from Jenkins)
#!/bin/bash -l
cd ${WORKSPACE}/api
virtualenv venv-api
source venv-api/bin/activate
pip install awsebcli
eb init -r ${AWS_REGION}
eb deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment