This commit is contained in:
parent
952f0415d1
commit
0ae9a63476
1 changed files with 8 additions and 2 deletions
|
@ -10,6 +10,12 @@ 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"
|
||||||
|
install-binaryen: false"
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -19,14 +25,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
|
||||||
|
|
Loading…
Add table
Reference in a new issue