Skip to content

Instantly share code, notes, and snippets.

@julianjames
Last active December 25, 2015 21:09
Show Gist options
  • Save julianjames/7040383 to your computer and use it in GitHub Desktop.
Save julianjames/7040383 to your computer and use it in GitHub Desktop.
Upload to Hockeyapp
curl \
-F "status=2" \
-F "notify=1" \
-F "notes=${commitsString}" \
-F "notes_type=0" \
-F "ipa=@/tmp/Tasky.ipa" \
-H "X-HockeyAppToken: company_id_token" \
https://rink.hockeyapp.net/api/2/apps/app_id/app_versions/upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment