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

Commit

Permalink
fix(k8s): add alpha prefix in production
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed May 20, 2020
1 parent 7f98c30 commit 00bc4fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .k8s/environments/prod/app.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { GlobalEnvironment } from "@socialgouv/kosko-charts/types";

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

0 comments on commit 00bc4fa

Please sign in to comment.