Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docker-to-iac/publishing-to-npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ menuTitle: Publishing to NPM

# Publishing docker-to-iac module to NPM

We have created an organization @deploystack for NPM. Publishing in NPM happens automatically through `semantic-release`. Config: [https://github.com/deploystackio/docker-to-iac/blob/main/.github/workflows/release.yml](https://github.com/deploystackio/docker-to-iac/blob/main/.github/workflows/release.yml)
We have created an organization @deploystack for NPM. Publishing in NPM happens automatically through `semantic-release`. Config: [https://github.com/deploystackio/docker-to-iac/blob/main/.github/workflows/release-pr.yml](https://github.com/deploystackio/docker-to-iac/blob/main/.github/workflows/release-pr.yml)

The prerequisite for a release is a successful pull request to the default branch `main`. This means that all tests must first be successfully completed. `semantic-release` creates a new version and automatically publishes the node package to: [https://www.npmjs.com/package/@deploystack/docker-to-iac](https://www.npmjs.com/package/@deploystack/docker-to-iac)

Expand Down
6 changes: 0 additions & 6 deletions docs/docker-to-iac/service-connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ const serviceConnections = {
// For Render - Will use fromService syntax instead of string replacement
```

## Limitations

- For Render.com, the module uses the `hostport` property which includes both hostname and port
- The feature only transforms environment variables specifically mentioned in the configuration
- Complex connection strings with multiple service references need each reference defined separately

## Response Format

The `translate` function returns information about the resolved service connections:
Expand Down