Skip to content

Commit 3598c17

Browse files
committed
refresh deployment
1 parent 26ae460 commit 3598c17

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@ jobs:
2626
with:
2727
context: .
2828
push: true
29-
tags: jacksoncheriyan05/transcoder-service:${{ steps.vars.outputs.sha_short }}
29+
tags: |
30+
jacksoncheriyan05/transcoder-service:latest
31+
jacksoncheriyan05/transcoder-service:${{ steps.vars.outputs.sha_short }}
3032
3133
- name: Install doctl
3234
uses: digitalocean/action-doctl@v2
3335
with:
3436
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
3537

3638
- name: Connect to Kubernetes cluster
37-
run: doctl kubernetes cluster kubeconfig save dowhilelearn-cluster
39+
run: doctl kubernetes cluster kubeconfig save k8s-1-32-2-do-3-blr1-1749121281817
3840

3941
- name: Update Kubernetes deployment
4042
run: |

0 commit comments

Comments
 (0)