Fixing variable name in CI config
This commit is contained in:
parent
b637d7308f
commit
8762ad13ab
@ -41,14 +41,14 @@ build-preview:
|
||||
<<: *preview_job
|
||||
variables:
|
||||
DEPLOY_ENV: preview
|
||||
GA_PROPERTY: $PREVIEW_GA_PROPERTY
|
||||
GA_PROP: $PREVIEW_GA_PROPERTY
|
||||
|
||||
build-production:
|
||||
<<: *build_template
|
||||
<<: *production_job
|
||||
variables:
|
||||
DEPLOY_ENV: production
|
||||
GA_PROPERTY: $PROD_GA_PROPERTY
|
||||
GA_PROP: $PROD_GA_PROPERTY
|
||||
|
||||
deploy-preview:
|
||||
<<: *deploy_template
|
||||
|
Loading…
Reference in New Issue
Block a user