Skip to content

Instantly share code, notes, and snippets.

@t-kashima
Last active July 4, 2016 14:50
Show Gist options
  • Save t-kashima/0b233407556b9ca8ef076e4cc272c6ac to your computer and use it in GitHub Desktop.
Save t-kashima/0b233407556b9ca8ef076e4cc272c6ac to your computer and use it in GitHub Desktop.
#!/bin/bash
curl -F "file=@$BITRISE_IPA_PATH" -F "token=$DEPLOYGATE_API_KEY" -F "message=deploy from bitrise" https://deploygate.com/api/users/$DEPLOYGATE_USER/apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment