Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dongitran committed Nov 27, 2023
1 parent cb254be commit 3b7fe19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-kubernetes-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
kubectl config set-credentials gke-cluster-user --token=$(gcloud auth print-access-token)
kubectl config set-context gke-cluster --cluster=gke_cluster --user=gke-cluster-user
kubectl config use-context gke-cluster
- name: Copy deployment.yaml
run: cp deployment.yaml deployment.yaml

- name: Deploy to Kubernetes
run: |
Expand Down

0 comments on commit 3b7fe19

Please sign in to comment.