This commit is contained in:
parent
637afab6e2
commit
7fe53b6aa5
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upsert Argo App
|
- name: Upsert Argo App
|
||||||
run: |
|
run: |
|
||||||
argocd app create functions -f deploy/argo-app.yaml --upsert --server argo-cd-argocd-server.argo-system.svc --auth-token ${{ secrets.ARGOCD_TOKEN }} --plaintext --assumeYes
|
argocd app create functions -f deploy/argo-app.yaml --upsert --server argo-cd-argocd-server.argo-system.svc --auth-token ${{ secrets.ARGOCD_TOKEN }} --plaintext
|
||||||
|
|
||||||
- name: Deploy KubeSpin apps
|
- name: Deploy KubeSpin apps
|
||||||
run: |
|
run: |
|
||||||
argocd app sync functions --server argo-cd-argocd-server.argo-system.svc --auth-token ${{ secrets.ARGOCD_TOKEN }} --plaintext --assumeYes
|
argocd app sync functions --server argo-cd-argocd-server.argo-system.svc --auth-token ${{ secrets.ARGOCD_TOKEN }} --plaintext --assumeYes
|
||||||
|
|
Loading…
Add table
Reference in a new issue