This is the official documentation for the VyHub donation and management system. VyHub helps to monetize and manage your gaming community in many aspects. The documentation is reachable at https://docs.vyhub.net.
pip install -r requirements.txt
- Create a branch for each version in the format of
<major>.<minor>
.
If we are making changes on the latest version, we want to tag it as latest
.
mike deploy <major>.<minor> latest -u --push
Example: mike deploy 0.2 latest -u --push
If we are making changes to an older version, we want to deploy it, without adding the latest
label.
mike deploy <major>.<minor> --push
Example: mike deploy 0.1 --push