This is the offical step to upload your application file to DeployGate.
This step requires some values so please see the document for more details. ref: https://docs.deploygate.com/reference/upload
Can be run directly with the bitrise CLI,
just git clone
this repository, cd
into it's folder in your Terminal/Command Line
and call bitrise run on_local
.
Check the bitrise.yml
file for required inputs which have to be
added to your .bitrise.secrets.yml
file!
- Fork this repository
git clone
it- Create a branch you'll work on
- Do the changes you want to
- Run/test the step before sending your contribution
- We know it's difficult to prepare all tokens so it's okay to test stuff you can try
- You can find more example of alternative step referencing at: https://github.com/bitrise-io/bitrise/blob/master/_examples/tutorials/steps-and-workflows/bitrise.yml
- Once you're done just commit your changes & create a Pull Request to this repository
- Run this workflow to bump the version
- Follow the description of the new pull request