Skip to content

Commit

Permalink
chore: use app.openclimate.network for API server
Browse files Browse the repository at this point in the history
  • Loading branch information
evanp committed Aug 28, 2023
1 parent d4931f0 commit 046ff04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Deploying service
run: |
kubectl apply -f k8s/prod/openclimate-ui-deployment.yml -n default
kubectl set env deployment/openclimate-ui-deployment WEB_ROOT=https://openclimate.network
kubectl set env deployment/openclimate-ui-deployment WEB_ROOT=https://app.openclimate.network
kubectl set env deployment/openclimate-ui-deployment MATOMO_SITE_ID=3
kubectl set env deployment/openclimate-ui-deployment MATOMO_SERVER=https://matomo.openearth.foundation/
kubectl rollout restart deployment openclimate-ui-deployment -n default

0 comments on commit 046ff04

Please sign in to comment.