Skip to content

Commit

Permalink
added alot
Browse files Browse the repository at this point in the history
  • Loading branch information
mu7med authored Jan 5, 2024
1 parent 16c39ff commit 1799476
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/solar-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,20 @@ jobs:
with:
method: kubeconfig
kubeconfig: '${{ secrets.KUBECONFIG }}'
- run: kubectl version --short -o yaml
- run: kubectl version --short -o yaml
- run: echo "INGRESS_IP=$(kubectl -n ingress-nginx get servicesingress-nginx-controller -o jsonpath='{.status.loadBalancer.ingress[0].ip}')" >> $GITHUB_ENV

- uses: cschleiden/[email protected]
with:
tokenPrefix: '_{_'
tokenSuffix: '_}_'
files: '["kubernetes/development/*.yaml"]'
env:
NAMESPACE: '${{ vars.NAMESPACE }}'
REPLICAS: '${{ vars.REPLICAS }}'
IMAGE: >-
ghcr.io/${{ github.repository_owner }}/solar-system:${{ github.sha
}}
INGRESS_IP: '${{ env.INGRESS_IP }}'
- run: cat kubernetes/development/*.yaml

0 comments on commit 1799476

Please sign in to comment.