Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalavedra committed Oct 25, 2024
2 parents 0bf7dbd + 5b815d0 commit 897d81e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,22 @@ jobs:

- name: Clone Infra Repository
run: |
git clone [email protected]:openfort-xyz/kube-prod.git
git clone [email protected]:openfort-xyz/kube.git
- name: Update frontend version
uses: mikefarah/yq@master
with:
cmd: yq -i '.sample_ecosystem_frontend.tag = "${{ github.event.release.tag_name }}"' kube-prod/overrides.yaml
cmd: yq -i '.sample_ecosystem_frontend.tag = "${{ github.event.release.tag_name }}"' kube/values.yaml

- name: Update backend version
uses: mikefarah/yq@master
with:
cmd: yq -i '.sample_ecosystem_backend.tag = "${{ github.event.release.tag_name }}"' kube-prod/overrides.yaml
cmd: yq -i '.sample_ecosystem_backend.tag = "${{ github.event.release.tag_name }}"' kube/values.yaml

- name: Update SDK sample version
uses: mikefarah/yq@master
with:
cmd: yq -i '.sample_ecosystem_sdk.tag = "${{ github.event.release.tag_name }}"' kube-prod/overrides.yaml
cmd: yq -i '.sample_ecosystem_sdk.tag = "${{ github.event.release.tag_name }}"' kube/values.yaml

- name: Update Infra Repository
run: |
Expand All @@ -101,4 +101,4 @@ jobs:
git push
- name: Logout of Docker CLI
run: docker logout europe-west1-docker.pkg.dev
run: docker logout europe-west1-docker.pkg.dev

0 comments on commit 897d81e

Please sign in to comment.