Closed GiessC closed 4 weeks ago
Repo variables are variables that do not need to be kept secret, but do not change across environments. For example, DEPLOY_REGION=us-east-1. The DEPLOY_REGION variable will be used on deployments to every environment.
DEPLOY_REGION=us-east-1
DEPLOY_REGION
Blocked by: #23
Repo variables are variables that do not need to be kept secret, but do not change across environments. For example,
DEPLOY_REGION=us-east-1
. TheDEPLOY_REGION
variable will be used on deployments to every environment.Blocked by: #23