Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

umm/deploygate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

  • DeployGate へビルドした ipa や apk をデプロイするためのメソッドを提供します

Why?

  • 毎回ビルドサーバにログインして dg コマンドを叩くのが面倒だったから実装しました

Install

$ npm install github:umm/deploygate

Usage

  1. ビルド環境で dg コマンドを用いて DeployGate へのデプロイができるようにセットアップします
  2. Asset > Create > UnityModule > Settings > EnvironmentSetting から生成される設定ファイルを開きます
  3. dg コマンドへのパスを設定します
    • rbenv を用いている場合は ~/.rbenv/shims/dg
    • それ以外の場合は /usr/local/bin/dg
    • など
  4. ビルドを行うと PostprocessBuild の処理に依って自動的にデプロイされます

License

Copyright (c) 2017 Tetsuya Mori

Released under the MIT license, see LICENSE.txt