Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tschissler committed Oct 3, 2023
2 parents bf1b890 + ddafdb4 commit cb784cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ChargingService.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
paths:
- .github/workflows/ChargingService.deploy.yml
- ChargingService/**
- KebaLib/**
- PowerDogLib/**

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smarthome.web.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ jobs:
microk8s kubectl set image deployments/smarthome-web smarthome-web=tschissler/smarthome.web:${{ github.run_id }}
microk8s kubectl set env deployment/smarthome-web SyncfusionLicenseKey="${{ secrets.SYNCFUSION_LICENSEKEY }}"
microk8s kubectl set env deployment/smarthome-web PVServiceUrl="http://pvservice-service.default.svc.cluster.local"
microk8s kubectl set env deployment/smarthome-web ChargingServiceUrl="http://chargingservice-service.default.svc.cluster.local"

0 comments on commit cb784cb

Please sign in to comment.