passepartout-apple/ci/dev-deploy.sh

5 lines
178 B
Bash
Executable File

#!/bin/sh
VERSION=`agvtool mvers -terse1`
BUILD=`agvtool vers -terse`
TARGET="dev" bundle exec fastlane --env secret-deploy,dev-deploy dev_deploy #&& git tag "v$VERSION-a$BUILD"