passepartout-apple/ci/dev-deploy.sh

5 lines
178 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="dev" bundle exec fastlane --env secret-deploy,dev-deploy dev_deploy #&& git tag "v$VERSION-a$BUILD"