Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Sep 18, 2024
1 parent 59886b0 commit 5bb0526
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gitCms/GitCmsConstants.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import * as path from "path"
import * as fs from "node:fs"

// TODO!!!: use this line before merging and put the env in staging servers owid-grapher/.env
// export const GIT_CMS_DEFAULT_BRANCH =
// process.env.GIT_CMS_DEFAULT_BRANCH ?? "master"
export const GIT_CMS_DEFAULT_BRANCH =
process.env.GIT_CMS_DEFAULT_BRANCH ?? "master"
process.env.GIT_CMS_DEFAULT_BRANCH ?? "explorers-staging"
export const GIT_CMS_READ_ROUTE = "/git-cms-read"
export const GIT_CMS_WRITE_ROUTE = "/git-cms-write"
export const GIT_CMS_DELETE_ROUTE = "/git-cms-delete"
Expand Down

0 comments on commit 5bb0526

Please sign in to comment.