Skip to content

Instantly share code, notes, and snippets.

@mlocher
Created March 20, 2015 13:14
Show Gist options
  • Save mlocher/682edf7b6b75e0c1e90a to your computer and use it in GitHub Desktop.
Save mlocher/682edf7b6b75e0c1e90a to your computer and use it in GitHub Desktop.
EngineYard deployment
#!/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}"
@mlocher
Copy link
Author

mlocher commented Apr 2, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment