Testing
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s

This commit is contained in:
Evrard Van Espen
2025-11-20 18:25:25 +00:00
parent daacb9ad9b
commit 766484a12a
3 changed files with 33 additions and 7 deletions

View File

@@ -24,11 +24,9 @@ jobs:
# pull: true
# no-cache: true
# tags: "git.vanespen.dev/evanespen/blog:latest"
- name: Setup argocd
- name: Setup Kubectl
run: |
git config --global user.name gitea
git config --global user.email gitea@git.vanespen.dev
wget https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.20/argocd-autopilot-linux-amd64.tar.gz
tar xzvf argocd-autopilot-linux-amd64.tar.gz
GIT_TOKEN=${{ secrets.TOKEN }} ./argocd-autopilot-linux-amd64 repo bootstrap --repo https://git.vanespen.dev/evanespen/blog.git
mkdir ~/.kube && echo ${{ secrets.KUBECONFIG }} > ~/.kube/config
apt update && apt install -y kubectl
kubectl apply -f argo.yaml