Reporch IDE
Attach environment variables
Select registered variables for only the deployment that needs them.
Overview
The Environment Variables section lists registered keys and lets you include them in the deployment. Never write secret values directly into source or documentation.
Before you start
- Access to the new deployment form
- Environment variables registered before deployment
Steps
1. Open a new deployment
Open the new deployment configuration.
2. Expand variables
Open Environment Variables and review each key, scope, and target.
3. Select required keys
Check only the keys the project actually reads.
4. Verify after deployment
Run the deployment and check logs for missing-key errors without printing secret values.
Expected result
- Only selected keys are included in the deployment recipe.
- Secret values remain out of Docs, Git, and normal build logs.
Troubleshooting
- If the list is empty, register variables in the workspace or deployment settings first.
- Variable names are case-sensitive and must match the application exactly.