Skip to content

Commit

Permalink
Merge pull request #254 from jabardigitalservice/infra/add-env
Browse files Browse the repository at this point in the history
chore(config): add url main service
  • Loading branch information
feriahmad authored May 16, 2024
2 parents d96492d + 64434de commit 8a4e760
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
URL_GET_TOKEN_TABLEAU=${{secrets.URL_GET_TOKEN_TABLEAU}}
UNLEASH_URL=${{secrets.UNLEASH_URL}}
UNLEASH_TOKEN=${{secrets.UNLEASH_TOKEN_PRODUCTION}}
URL_MAIN_SERVICE=${{secrets.URL_MAIN_SERVICE_PROD}}
# GitOps
- name: GitOps ArgoCD Setup
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
UNLEASH_URL=${{secrets.UNLEASH_URL}}
UNLEASH_TOKEN=${{secrets.UNLEASH_TOKEN_STAGING}}
URL_MOCKAPI=${{secrets.URL_MOCKAPI}}
URL_MAIN_SERVICE=${{secrets.URL_MAIN_SERVICE}}
# GitOps
- name: GitOps ArgoCD Setup
run: |
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ARG URL_GET_TOKEN_TABLEAU
ARG UNLEASH_URL
ARG UNLEASH_TOKEN
ARG URL_MOCKAPI
ARG URL_MAIN_SERVICE

ENV KEYCLOCK_BASE_URL $KEYCLOCK_BASE_URL
ENV KEYCLOCK_CLIENT_ID $KEYCLOCK_CLIENT_ID
Expand All @@ -45,6 +46,7 @@ ENV URL_GET_TOKEN_TABLEAU $URL_GET_TOKEN_TABLEAU
ENV UNLEASH_URL $UNLEASH_URL
ENV UNLEASH_TOKEN $UNLEASH_TOKEN
ENV URL_MOCKAPI $URL_MOCKAPI
ENV URL_MAIN_SERVICE $URL_MAIN_SERVICE



Expand Down

0 comments on commit 8a4e760

Please sign in to comment.