This file contains 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
deployment: | |
staging: | |
branch: master | |
commands: | |
- bundle exec rake ci:deploy |
This file contains 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
# Setup: | |
# add environment variables onto CI | |
# EY_API_TOKEN xxxxxxxx (take EY_API_TOKEN value from ~/.eyrc) | |
# CI true (checks to see if we are on the CI machine) | |
# Get the Deploy key from CI system or set on CI system | |
# Tddium run: 'tddium account' to get public key to put on engine yard | |
# CircleCI: generate a private/public key set then add via their web interface the ssh keys | |
# Tddium will automatically run rake tddium:post_build_hook | |
# Using circle.yml to call rake ci:deploy |