Skip to content

Commit

Permalink
chore: testing .deb
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Apr 7, 2024
1 parent 93611ec commit 6ce0df2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prod-azion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
deploy:
name: Azion Technologies Production
runs-on: ubuntu-latest
container: node:18-alpine3.18

steps:
- name: installing SO dependencies
run: apk add git -t ./azion_1.17.1_linux_amd64.apk
run: apt install git -t ./azion_1.17.1_linux_amd64.deb

- name: setting token azion cli
run: azion -t ${secrets.AZION_PERSONAL_TOKEN};
Expand Down

0 comments on commit 6ce0df2

Please sign in to comment.