Home

Awesome

Launch Basic Example

Build Status

  1. Build on Travis
  2. Site on Heroku
  3. App download on Hockey

launch.json

{
  "ANDROID_STORE_PASS": "password",
  "ANDROID_KEY": "launch-basic-example",
  "ANDROID_ZIPALIGN": "path/to/zipalign",
  "ANDROID_HOCKEY_TOKEN": "token",
  "ANDROID_HOCKEY_ID": "id",
  "GALAXY_DEPLOY_HOSTNAME": "galaxy.meteor.com",
  "GALAXY_SESSION_FILE": "deployment_token.json"
}

launch commands

$ launch galaxy launch-basic-example.meteorapp.com
$ launch build launch-basic-example.meteor.com
$ launch hockey

Secrets

tar cvf secrets.tar launch.json .keystore deployment_token.json
travis encrypt-file secrets.tar .travis/secrets.tar.enc