Update deployment URL (#5)

Reviewed-on: #5
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
Nabarun 2025-09-01 11:50:51 +00:00 committed by nabarun
parent 70f2e73568
commit ac61730d4a
2 changed files with 3 additions and 3 deletions

View File

@ -60,14 +60,14 @@
# In mtm-vpn-client-public/deploy dir
docker run -it \
-v ./:/app/deploy -w /app/deploy \
-e DEPLOYMENT_DNS=markto.market \
-e DEPLOYMENT_DNS=vpn.markto.market \
cerc/laconic-registry-cli:latest \
./deploy.sh
```
- Check deployment logs on deployer UI: <https://webapp-deployer-ui.apps.vaasl.io/>
- Visit deployed app: <https://markto.market>
- Visit deployed app: <https://vpn.markto.market>
### Remove deployment

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "mtm-vpn-client-public",
"version": "1.8.0-mtm-0.1.1",
"version": "1.8.0-mtm-0.1.3",
"repository": "https://github.com/deep-stack/mtm-vpn-client-public",
"scripts": {
"dev": "next dev",