Add CI #1

Merged
evanespen merged 72 commits from testing-ci into main 2025-11-20 20:28:21 +00:00
Showing only changes of commit bd57b3e5c7 - Show all commits

View File

@@ -24,11 +24,9 @@ jobs:
pull: true
no-cache: true
tags: "git.vanespen.dev/evanespen/blog:latest"
- run: export GIT_TOKEN=${{ env.TOKEN }}
- run: export GIT_REPO=https://git.vanespen.dev/blog
- name: Setup argocd
run: |
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 \
&& ./argocd-autopilot-linux-amd64 repo bootstrap
&& ./argocd-autopilot-linux-amd64 repo bootstrap --git-token ${{ env.TOKEN }} --repo https://git.vanespen.dev/blog