The deployment repo that accompanies the recipe: Separating Continuous Integration from Continuous Deployment using GitHub and Travis CI
Deploys an application from Travis CI to Bluemix Set the following variables in travis to use:
GITHUB_OAUTH_TOKEN
- Your GitHub OAuth tokenAPP_REPO_OWNER
- The owner of the app repo to deployAPP_REPO_NAME
- The name of the app repo to deployBLUEMIX_USER
- The Bluemix user to deploy asBLUEMIX_PASS
- The password for that Bluemix userBLUEMIX_ORGANIZATION
- The Bluemix organization to deploy toBLUEMIX_SPACE
- The Bluemix space to deploy to