Skip to content

Instantly share code, notes, and snippets.

@kian
Created July 1, 2016 22:18
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 kian/3eb63eb41bf4745ad5ee34b2026c1a9f to your computer and use it in GitHub Desktop.
Save kian/3eb63eb41bf4745ad5ee34b2026c1a9f to your computer and use it in GitHub Desktop.
dependencies:
override:
- sudo -H pip install awsebcli --upgrade --ignore-installed
test:
override:
- echo 'we run the tests after deploy'
deployment:
stage:
branch: master
owner: paperg
commands:
- eb deploy
- ./run-post-deploy-tests http://fh.staging.paperg.com/ && echo "passed" || echo "failed! bad release!"
- more things
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment