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
Applications
card - Click
View
in theApplications
card 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
NAME
of the application - Click the
VARIABLES
tab - On the right corner of the variables tab click
ADD VARIABLE
- Follow the instructions in the add variable step form then click
CONFIRM
A new deployment is required for your changes to take effect.
- Follow the guide Deploy Application