chore: move to Harbor
This commit is contained in:
parent
279fe763fb
commit
74e9710820
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ jobs:
|
|||
|
||||
- name: Upsert Argo App
|
||||
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
|
||||
argocd app create functions -f deploy/argo-app.yaml --upsert --server argocd.icb4dc0.de --auth-token ${{ secrets.ARGOCD_TOKEN }}
|
||||
|
||||
- name: Deploy KubeSpin apps
|
||||
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 argocd.icb4dc0.de --auth-token ${{ secrets.ARGOCD_TOKEN }} --assumeYes
|
||||
|
|
Loading…
Add table
Reference in a new issue