passepartout-apple/ci/beta-deploy.sh

5 lines
180 B
Bash
Raw Normal View History

2018-10-11 07:13:19 +00:00
#!/bin/sh
VERSION=`agvtool mvers -terse1`
BUILD=`agvtool vers -terse`
2019-03-31 19:26:51 +00:00
TARGET="beta" bundle exec fastlane --env secret-deploy,beta-deploy beta_deploy && git tag "v$VERSION-b$BUILD"