Add link to deployment README steps in main README

This commit is contained in:
Pranav 2025-08-14 13:10:25 +05:30
parent a636b0dc7e
commit df9febc7f6
4 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
MTM_VPN_APK_URL=https://git.vdb.to/cerc-io/mtm-vpn-client-public/releases/download/mtm-vpn-android-v1.8.0-mtm-0.1.0/mtmvpn-general-release-v1.8.0-mtm-0.1.1.apk
MTM_VPN_APK_URL=https://git.vdb.to/cerc-io/mtm-vpn-client-public/releases/download/mtm-vpn-android-v1.8.0-mtm-0.1.1/mtmvpn-general-release-v1.8.0-mtm-0.1.1.apk

View File

@ -1,3 +1,6 @@
# mtm-vpn-client-public
Download the latest APK from the [Releases page](https://git.vdb.to/cerc-io/mtm-vpn-client-public/releases) and install it on your Android device to start using MTM VPN.
## Deploy the Webapp
Steps to deploy the webapp: [Deploy Webapp Reamdme](./deploy/README.md)

View File

@ -5,7 +5,7 @@
- Clone the repo:
```bash
git clone https://github.com/deep-stack/mtm-vpn-client-public.git
git clone https://git.vdb.to/cerc-io/mtm-vpn-client-public.git
cd mtm-vpn-client-public/deploy
```

View File

@ -9,7 +9,7 @@ echo "Using DEPLOYER_LRN: $DEPLOYER_LRN"
echo "Using AUTHORITY: $AUTHORITY"
# Repository URL
REPO_URL="https://github.com/deep-stack/mtm-vpn-client-public"
REPO_URL="https://git.vdb.to/cerc-io/mtm-vpn-client-public"
# Get the latest commit hash for a branch
BRANCH_NAME="main"