Skip to content

Commit f329b5f

Browse files
heiskrchiedo
andauthored
Run only english on staging (#16992)
* Run only english on staging * Revert "Run only english on staging" This reverts commit af34c7a4497db4867a6f3facd34af316cd6b4b9a. * Update app.json * Update app.json Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com>
1 parent a2a427f commit f329b5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "docs.github.com",
33
"env": {
44
"NODE_ENV": "production",
5-
"NPM_CONFIG_PRODUCTION": "true"
5+
"NPM_CONFIG_PRODUCTION": "true",
6+
"ENABLED_LANGUAGES": "en, de"
67
},
78
"buildpacks": [
89
{ "url": "https://github.com/DataDog/heroku-buildpack-datadog.git#1.21" },

0 commit comments

Comments
 (0)