Update deployment URL #5

Merged
nabarun merged 1 commits from ng-update-url into main 2025-09-01 11:50:51 +00:00
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",