Skip to content

wefika/fika-deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

fika-deployer script

fika-deployer

Use is like this:

./deploy package.apk 1.0.1 "Updated misc thing" team,xxx

Settings.

Create file ~/.fika_developer

With some tokens. Like this:

{
"hockeyapp_token": "<put hockey app token here>",
"hc_room_id": "<hipchat room token>",
"hc_api_key": "<hipchat api key"
}

You can find your HipChat tokens here. And HockeyApp auth tokens here.

Workflow

  • Detect package "OS"
  • Determine version
  • Loads configuration
  • Uploads package to HockeyApp
  • On success report new release information to HipChat
  • Add Git Tags and report them to GitHub - (in progress)

Ruby 1.8

ruby --version
sudo gem install json

About

Script that we use for iOS/Android deploying

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages