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