Skip to content

Commit

Permalink
add shell to commands (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Sep 12, 2023
1 parent 412b46d commit b8686e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/do-login/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ runs:
token: ${{ inputs.DIGITALOCEAN_ACCESS_TOKEN }}

- name: Set the target Azure Kubernetes Service (AKS) cluster.
shell: bash
run: doctl kubernetes cluster kubeconfig save k8s-1-27-4-do-0-blr1-1693486270021
2 changes: 2 additions & 0 deletions .github/actions/kubectl-redeploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ runs:
using: composite
steps:
- name: Redeploy updater-api
shell: bash
run: kubectl config set-context --current --namespace=${{ inputs.NAMESPACE }} && kubectl rollout restart deployment updater-api

- name: Redeploy frontend-service
shell: bash
run: kubectl config set-context --current --namespace=${{ inputs.NAMESPACE }} && kubectl rollout restart deployment frontend-service

0 comments on commit b8686e5

Please sign in to comment.