Skip to content

Commit

Permalink
V2 dev pipeline
Browse files Browse the repository at this point in the history
sureshhewabi committed Aug 5, 2024
1 parent 7b65d89 commit cf1e14f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/github-dev.yml
Original file line number Diff line number Diff line change
@@ -126,9 +126,9 @@ jobs:

- name: Print kubernetes.yml
run: cat kubernetes.yml
#
# - name: Deploy to Kubernetes
# run: kubectl -n ${{ vars.K8S_NAMESPACE }} apply -f kubernetes.yml
#
# - name: restart Pod in case if not pulling latest image
# run: kubectl rollout restart deploy ${{ vars.APP_NAME }} -n ${{ vars.K8S_NAMESPACE }}

- name: Deploy to Kubernetes
run: kubectl -n ${{ vars.K8S_NAMESPACE }} apply -f kubernetes.yml

- name: restart Pod in case if not pulling latest image
run: kubectl rollout restart deploy ${{ vars.APP_NAME }} -n ${{ vars.K8S_NAMESPACE }}

0 comments on commit cf1e14f

Please sign in to comment.