Skip to content

Commit

Permalink
chore: update Azion CLI version to 2.5.3 in production deployment wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
HerbertJulio committed Feb 18, 2025
1 parent 0e53edc commit f387b61
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/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 f387b61

Please sign in to comment.