Skip to content

Commit

Permalink
new URL for dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Sep 6, 2023
1 parent e3335f5 commit e8ee389
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ jobs:
- name: Create .env file
uses: noi-techpark/github-actions/env-file@v2
env:
X_ENDPOINT_URL: "http://k8s-default-analytic-6c6ea3a111-1151876663.eu-west-1.elb.amazonaws.com"
X_ODH_MOBILITY_API_URI: "http://k8s-default-ninjaapi-d8e0f29158-1489128088.eu-west-1.elb.amazonaws.com"
X_ENDPOINT_URL: "https://analytics.dev.testingmachine.eu"
X_ODH_MOBILITY_API_URI: "https://mobility.api.dev.testingmachine.eu"
X_KEYCLOAK_AUTHORIZATION_URI: "https://auth.opendatahub.testingmachine.eu/auth"
X_KEYCLOAK_REALM: "noi"
X_KEYCLOAK_CLIENT_ID: "odh-mobility-analytics"
X_KEYCLOAK_REDIRECT_URI: "http://k8s-default-analytic-6c6ea3a111-1151876663.eu-west-1.elb.amazonaws.com"
X_KEYCLOAK_SILENT_CHECK_SSO_REDIRECT_URI: http://k8s-default-analytic-6c6ea3a111-1151876663.eu-west-1.elb.amazonaws.com/callback.html"
X_KEYCLOAK_REDIRECT_URI: "https://analytics.dev.testingmachine.eu"
X_KEYCLOAK_SILENT_CHECK_SSO_REDIRECT_URI: https://analytics.dev.testingmachine.eu/callback.html"

- name: Run dotenv-sed.sh
run: cd infrastructure && ./dotenv-sed.sh
Expand Down

0 comments on commit e8ee389

Please sign in to comment.