Skip to content

Commit

Permalink
Update staging-deploy.tmpl.yaml
Browse files Browse the repository at this point in the history
numbers in yaml/json are dumb
  • Loading branch information
orangewolf authored Jun 19, 2024
1 parent 1c6fa59 commit 6fcb717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ extraEnvVars: &envVars
- name: GOOGLE_ANALYTICS_ID
value: $GOOGLE_ANALYTICS_ID
- name: GOOGLE_ANALYTICS_PROPERTY_ID
value: $GOOGLE_ANALYTICS_PROPERTY_ID
value: "$GOOGLE_ANALYTICS_PROPERTY_ID"
- name: GOOGLE_ACCOUNT_JSON
value: $GOOGLE_ACCOUNT_JSON
- name: HYKU_ADMIN_HOST
Expand Down

0 comments on commit 6fcb717

Please sign in to comment.