This commit is contained in:
parent
952f0415d1
commit
fd5de7ba41
1 changed files with 8 additions and 2 deletions
|
@ -10,6 +10,12 @@ jobs:
|
|||
- name: Setup `spin`
|
||||
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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
@ -19,14 +25,14 @@ jobs:
|
|||
working-directory: comics
|
||||
|
||||
- name: Deploy
|
||||
uses: clowdhaus/argo-cd-action@v2
|
||||
uses: clowdhaus/argo-cd-action@v2.2.0
|
||||
with:
|
||||
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
|
||||
version: "2.13.3"
|
||||
|
||||
- name: Deploy
|
||||
uses: clowdhaus/argo-cd-action@v2
|
||||
uses: clowdhaus/argo-cd-action@v2.2.0
|
||||
with:
|
||||
command: app sync functions
|
||||
options: --assumeYes --server argo-cd-argocd-server.argo-system.svc --auth-token ${{ secrets.ARGOCD_TOKEN }} --plaintext
|
||||
|
|
Loading…
Add table
Reference in a new issue