Skip to content

Commit

Permalink
Added K8 Deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
GautamPatil1 committed Apr 5, 2024
1 parent 10fe124 commit 35d6b59
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@ jobs:
docker login --username gautampatil1 --password ${{ secrets.GH_PAT }} ghcr.io
docker tag gautampatil1/rezume:latest ghcr.io/gautampatil1/rezume:latest
docker push ghcr.io/gautampatil1/rezume:latest
- name: Deploy to K8s
uses: actions-hub/kubectl@master
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
with:
args: apply -f deployment.yaml

0 comments on commit 35d6b59

Please sign in to comment.