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

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

View file

@ -19,7 +19,7 @@ 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