@envsync-cloud/deploy-cli 0.6.15 → 0.6.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1005,9 +1005,7 @@ ${renderEnvList({
1005
1005
  environment:
1006
1006
  ${renderEnvList({
1007
1007
  HYPERDX_APP_URL: `https://${hosts.obs}`,
1008
- HYPERDX_APP_PORT: "443",
1009
1008
  HYPERDX_API_URL: `https://${hosts.obs}`,
1010
- HYPERDX_API_PORT: "443",
1011
1009
  FRONTEND_URL: `https://${hosts.obs}`
1012
1010
  })}
1013
1011
  volumes:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@envsync-cloud/deploy-cli",
3
- "version": "0.6.15",
3
+ "version": "0.6.17",
4
4
  "description": "CLI for self-hosted EnvSync deployment on Docker Swarm",
5
5
  "type": "module",
6
6
  "bin": {