Ergomake Previews have the same lifetime as your pull-request, unless configured as permanent branches. Ergomake preview environments are typically created when you open a pull-request, regardless of whether it’s a draft. For every pull-request, Ergomake will use theDocumentation Index
Fetch the complete documentation index at: https://docs.ergomake.dev/llms.txt
Use this file to discover all available pages before exploring further.
docker-compose.yml file in your repository’s .ergomake folder to create an environment and send you a link.
Whenever you push a commit to that pull-request’s branch, Ergomake will destroy the old environment and create a brand new one.
Once a pull-request gets merged, Ergomake will destroy the environment associated with the PR’s branch, including its data, unless the PR’s branch is configured as a permanent branch.
Environments get destroyed when a pull-request gets merged, not when the branch associated to it gets deleted.If you merge a PR but do not delete the branch associated with it, the environment will still be destroyed.
Permanent branches
Permanent branches are branches whose corresponding environments should always exist, regardless of whether there’s an open pull request for them. You can configure permanent branches by logging into the dashboard. There, you’ll be able to select a repository and configure


