chore: update AWS CLI installation to use apk on Alpine-based runners
All checks were successful
Beta CI/CD Pipeline / build-and-test (push) Successful in 1m1s
Beta CI/CD Pipeline / deploy-beta (push) Successful in 12s

This commit is contained in:
vickytechkey 2026-09-05 15:21:29 +05:30
parent 377f7b8819
commit ec4f1ee6e9

View file

@ -42,8 +42,7 @@ jobs:
- name: Install AWS CLI - name: Install AWS CLI
run: | run: |
apt-get update -y apk add --no-cache aws-cli
apt-get install -y awscli
- name: Deploy to S3 - name: Deploy to S3
run: aws s3 sync dist/ s3://${{ secrets.AWS_S3_BUCKET_BETA }} --delete run: aws s3 sync dist/ s3://${{ secrets.AWS_S3_BUCKET_BETA }} --delete