Skip to content

Commit

Permalink
[UXE-5949] chore: downgrade Azion CLI version to 1.36.1 in deployment…
Browse files Browse the repository at this point in the history
… workflow (#2187)
  • Loading branch information
HerbertJulio authored Feb 17, 2025
1 parent 8df5281 commit 864cf93
Showing 1 changed file with 2 additions and 2 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/2.5.3/azion_2.5.3_linux_amd64.apk
apk add --allow-untrusted azion_2.5.3_linux_amd64.apk
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
- name: Configure Azion CLI
run: azion -t ${{ secrets.PLATFORM_KIT_TOKEN }}
Expand Down

0 comments on commit 864cf93

Please sign in to comment.