Skip to content

Instantly share code, notes, and snippets.

@mark-software
Created March 13, 2022 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mark-software/c4847d97bfc0645127c5e11222042d2c to your computer and use it in GitHub Desktop.
Save mark-software/c4847d97bfc0645127c5e11222042d2c to your computer and use it in GitHub Desktop.
curl \
-F "status=2" \
-F "notify=0" \
-F "notes=$RELEASE_NOTES" \
-F "notes_type=1" \
-F "teams=Internal-Testers" \
-F "ipa=@app/build/outputs/apk/$ENV_NAME/$APK_NAME" \
-H "X-HockeyAppToken: $API_TOKEN" \
https://rink.hockeyapp.net/api/2/apps/$2/app_versions/upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment