Skip to content

Commit

Permalink
[UXE-5949] chore: update Azion CLI version to 2.5.3 in deployment wor…
Browse files Browse the repository at this point in the history
…kflows (#2165)
  • Loading branch information
HerbertJulio authored Feb 13, 2025
1 parent b508c85 commit a699363
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Download Azion CLI
run: |
wget https://github.com/aziontech/azion/releases/download/1.36.1/azion_1.36.1_linux_amd64.apk
apk add --allow-untrusted azion_1.36.1_linux_amd64.apk
wget https://github.com/aziontech/azion/releases/download/2.5.3/azion_2.5.3_linux_amd64.apk
apk add --allow-untrusted azion_2.5.3_linux_amd64.apk
- name: Configure Azion CLI
run: azion -t ${{ secrets.PLATFORM_KIT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Download Azion CLI
run: |
wget https://github.com/aziontech/azion/releases/download/1.36.1/azion_1.36.1_linux_amd64.apk
apk add --allow-untrusted azion_1.36.1_linux_amd64.apk
wget https://github.com/aziontech/azion/releases/download/2.5.3/azion_2.5.3_linux_amd64.apk
apk add --allow-untrusted azion_2.5.3_linux_amd64.apk
- name: Configure Azion CLI
run: azion -t ${{ secrets.PLATFORM_KIT_TOKEN }}
Expand Down

0 comments on commit a699363

Please sign in to comment.