Build environment variables
Build environment variables are variables that are available at build-time inside Linc's CI environment. They are distinct from run-time environment variables, which are a set of variables injected into your app at run-time via Linc's preview infrastructure.
Creating build environment variables
Build environment variables are created in the Linc interface.
Navigate to your build environment variables settings: Site > Settings > Build > Environment Variables

To start adding variables, click the Edit button and then click the Add variables button:

Enter in the name and value of your variables, then click the Save button:

Then, when you next run a build, the variables defined here will be available as environment variables within the Linc CI.