Skip to content

Commit 8faf84a

Browse files
author
billy clark
authored
Integrate SIL's shared github action for kubectl (#1275)
1 parent c51ccf2 commit 8faf84a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/deployment-staging.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ jobs:
5454

5555
steps:
5656
-
57-
name: Install kubectl
58-
run: |
59-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
60-
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
61-
kubectl version
57+
uses: sillsdev/common-github-actions/install-kubectl@v1
6258
-
63-
name: Deploy to staging
6459
run: kubectl --context ${{ secrets.LTOPS_K8S_STAGING_CONTEXT }} set image deployment/app app=${{ needs.build.outputs.IMAGE }}

0 commit comments

Comments
 (0)