Skip to content

Commit

Permalink
add dev-deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
mu7med authored Jan 5, 2024
1 parent 9ce8b8d commit 756e578
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/solar-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,21 @@ jobs:
with:
context: .
push: true
tags: 'ghcr.io/${{ github.repository_owner }}/solar-system:${{ github.sha }}'
tags: 'ghcr.io/${{ github.repository_owner }}/solar-system:${{ github.sha }}'

dev-deploy:
runs-on: ubuntu-latest
needs: docker
environment:
name: development
steps:
- uses: actions/checkout@v4
- uses: azure/[email protected]
with:
version: 'v1.26.0' # default is latest stable
- uses: azure/k8s-set-context@v3
with:
method: kubeconfig
kubeconfig: '${{ secrets.KUBCONFIG }}'
- run: kubectl version --short -o yaml

0 comments on commit 756e578

Please sign in to comment.