This commit is contained in:
@@ -26,8 +26,8 @@ jobs:
|
|||||||
# tags: "git.vanespen.dev/evanespen/blog:latest"
|
# tags: "git.vanespen.dev/evanespen/blog:latest"
|
||||||
- name: Setup argocd
|
- name: Setup argocd
|
||||||
run: |
|
run: |
|
||||||
git config user.name gitea
|
git config --global user.name gitea
|
||||||
git config user.email gitea@git.vanespen.dev
|
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
|
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
|
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
|
GIT_TOKEN=${{ secrets.TOKEN }} ./argocd-autopilot-linux-amd64 repo bootstrap --repo https://git.vanespen.dev/evanespen/blog.git
|
||||||
|
|||||||
Reference in New Issue
Block a user