Created
March 20, 2015 13:14
-
-
Save mlocher/682edf7b6b75e0c1e90a to your computer and use it in GitHub Desktop.
EngineYard deployment
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
#!/bin/sh | |
gem install engineyard --no-ri --no-rdoc | |
# --migrate / --no-migrate is specified as well | |
ey deploy -e "${environment}" -R "${COMMIT_ID" --api-token "${api_token}" | |
check_url "${url}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moved over to https://github.com/codeship/scripts/blob/master/deployments/engine_yard.sh