fix(ci): argocd action
Some checks failed
functions / build (push) Failing after 1m2s

This commit is contained in:
Peter 2025-01-17 11:03:10 +01:00
parent 952f0415d1
commit 77e2ddf3b9
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -10,6 +10,11 @@ jobs:
- name: Setup `spin` - name: Setup `spin`
uses: fermyon/actions/spin/setup@v1 uses: fermyon/actions/spin/setup@v1
- name: Setup tinygo
uses: acifani/setup-tinygo@v2
with:
tinygo-version: "0.35.0"
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -19,14 +24,14 @@ jobs:
working-directory: comics working-directory: comics
- name: Deploy - name: Deploy
uses: clowdhaus/argo-cd-action@v2 uses: clowdhaus/argo-cd-action@v2.2.0
with: with:
command: app create functions command: app create functions
options: -f deploy/argo-app.yaml --upsert --server argo-cd-argocd-server.argo-system.svc --auth-token ${{ secrets.ARGOCD_TOKEN }} --plaintext options: -f deploy/argo-app.yaml --upsert --server argo-cd-argocd-server.argo-system.svc --auth-token ${{ secrets.ARGOCD_TOKEN }} --plaintext
version: "2.13.3" version: "2.13.3"
- name: Deploy - name: Deploy
uses: clowdhaus/argo-cd-action@v2 uses: clowdhaus/argo-cd-action@v2.2.0
with: with:
command: app sync functions command: app sync functions
options: --assumeYes --server argo-cd-argocd-server.argo-system.svc --auth-token ${{ secrets.ARGOCD_TOKEN }} --plaintext options: --assumeYes --server argo-cd-argocd-server.argo-system.svc --auth-token ${{ secrets.ARGOCD_TOKEN }} --plaintext