Add a Variable
Variables are key/value pairs accessible by Pipeline Step commands. Use environment Variables to store configuration data used by commands in your Pipeline steps (such as compiler flags, environment specific configuration, credentials and secrets).
note
If a resource requires multiple Variables to be written to a custom file (e.g. an Application .env file), we recommend storing them using 'Configuration Files' instead of multiple variables.
- On Devopness, navigate to a project then select an environment
- Find the
Applicationscard - Click
Viewin theApplicationscard to see a list of existingApplications - In the list of applications, find the application to which you want to add a variable and click the
NAMEof the application - Click the
VARIABLEStab - On the right corner of the variables tab click
ADD VARIABLE - Follow the instructions in the add variable step form then click
CONFIRMA new deployment is required for your changes to take effect.
- Follow the guide Deploy Application