chore: update AWS CLI installation to use apk on Alpine-based runners
This commit is contained in:
parent
377f7b8819
commit
ec4f1ee6e9
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue