Skip to content

Commit

Permalink
Merge pull request konifar#22 from DroidKaigi/fix-deploygate-deploy
Browse files Browse the repository at this point in the history
Fix deploygate deploy
  • Loading branch information
takahirom authored Dec 27, 2017
2 parents 78c3a9c + ecdb8aa commit a23dd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GIT_HASH=`git rev-parse --short HEAD`

curl -F "file=@app/build/outputs/apk/release/app-release.apk" -F "token=${DEPLOY_GATE_API_KEY}" -F "message=https://github.com/DroidKaigi/conference-app-2018/tree/${GIT_HASH} https://www.bitrise.io/build/${BITRISE_BUILD_NUMBER}" -F "distribution_key=140fd4476a5dbe9d8bcb3ccec26172ee3e27e2cf" -F "release_note=https://github.com/DroidKaigi/conference-app-2018/tree/${GIT_HASH} https://www.bitrise.io/build/${BITRISE_BUILD_NUMBER}" https://deploygate.com/api/users/takahirom/apps
curl -F "file=@app/build/outputs/apk/release/app-release.apk" -F "token=${DEPLOY_GATE_API_KEY}" -F "message=https://github.com/DroidKaigi/conference-app-2018/tree/${GIT_HASH} https://www.bitrise.io/build/${BITRISE_BUILD_NUMBER}" -F "distribution_key=aed2445665e27de6571227992d66ea489b6bdb44" -F "release_note=https://github.com/DroidKaigi/conference-app-2018/tree/${GIT_HASH} https://www.bitrise.io/build/${BITRISE_BUILD_NUMBER}" https://deploygate.com/api/users/takahirom/apps

0 comments on commit a23dd19

Please sign in to comment.