Compare commits
2 Commits
37cd25db56
...
e86e7287be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e86e7287be | ||
|
|
5fb92608d2 |
@@ -26,8 +26,9 @@ jobs:
|
||||
# tags: "git.vanespen.dev/evanespen/blog:latest"
|
||||
- name: Setup Kubectl
|
||||
run: |
|
||||
env
|
||||
mkdir ~/.kube
|
||||
export KUBECONFIG=${{ secrets.KUBECONFIG }}
|
||||
env
|
||||
echo "$KUBECONFIG" > ~/.kube/config
|
||||
cat ~/.kube/config
|
||||
# curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
||||
|
||||
Reference in New Issue
Block a user