Skip to content

Commit

Permalink
install aws cli
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Nov 13, 2024
1 parent 9314b32 commit f2cb1ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/deploy/web-app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ runs:
AWS_REGION: ${{ inputs.aws_region }}
AWS_BUCKET_NAME: ${{ inputs.aws_bucket_name }}
run: |
# # Install AWS CLI
# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
# unzip awscliv2.zip
# sudo ./aws/install --update
# Install AWS CLI
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install --update
# Sync the build folder to the S3 bucket
aws s3 sync ./dist s3://$AWS_BUCKET_NAME --delete
Expand Down

0 comments on commit f2cb1ce

Please sign in to comment.