Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
feat(k8s): add beta prefix in production
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed May 22, 2020
1 parent 19cc71f commit 93f22a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .k8s/environments/prod/app.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { GlobalEnvironment } from "@socialgouv/kosko-charts/types";

export default {
subdomain: `alpha-${process.env.CI_PROJECT_NAME as string}`,
subdomain: `beta-${process.env.CI_PROJECT_NAME as string}`,
} as Partial<GlobalEnvironment>;

0 comments on commit 93f22a3

Please sign in to comment.