Skip to content

Instantly share code, notes, and snippets.

View setap's full-sized avatar

s.pyriaev setap

View GitHub Profile
@setap
setap / TestflihtappDeployTeamcity.sh
Created May 26, 2016 10:58 — forked from JohannesRudolph/TestflihtappDeployTeamcity.sh
Builds and deploys an App to testflightapp.com. Integrates with Teamcity.
#!/bin/bash
#
# testflightapp.com tokens
API_TOKEN="YOUR_API_TOKEN"
TEAM_TOKEN="YOUR_TEAM_TOKEN"
PRODUCT_NAME="RowMotion"
ARTEFACTS="$PWD/Artefacts"