From df9febc7f68bc9a3c0ed37a36b89d9be4925ebfd Mon Sep 17 00:00:00 2001 From: Pranav Date: Thu, 14 Aug 2025 13:10:25 +0530 Subject: [PATCH] Add link to deployment README steps in main README --- .env.example | 2 +- README.md | 3 +++ deploy/README.md | 2 +- deploy/deploy.sh | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 2375f5e..e0c9195 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/README.md b/README.md index 634585c..ada4fe0 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file diff --git a/deploy/README.md b/deploy/README.md index 14c5969..5d3d344 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -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 ``` diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 94d3a7a..fd1a571 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -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"