This commit is contained in:
@@ -26,7 +26,9 @@ jobs:
|
|||||||
# tags: "git.vanespen.dev/evanespen/blog:latest"
|
# tags: "git.vanespen.dev/evanespen/blog:latest"
|
||||||
- name: Setup Kubectl
|
- name: Setup Kubectl
|
||||||
run: |
|
run: |
|
||||||
mkdir ~/.kube && echo ${{ secrets.KUBECONFIG }} > ~/.kube/config
|
mkdir ~/.kube
|
||||||
|
echo > ~/.kube/config << EOF
|
||||||
|
${{ secrets.KUBECONFIG }}
|
||||||
|
EOF
|
||||||
apt update && apt install -y kubectl
|
apt update && apt install -y kubectl
|
||||||
kubectl apply -f argo.yaml
|
kubectl apply -f argo.yaml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user