Skip to content

Commit

Permalink
Update smarthome.web.deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschissler authored Oct 2, 2023
1 parent fcbe06e commit 86a3441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smarthome.web.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Update Kubernetes deployment
run: |
microk8s kubectl set image deployments/smarthome-web smarthome-web=tschissler/smarthome-web:${{ github.run_id }}
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"

0 comments on commit 86a3441

Please sign in to comment.