Fix R2 deployment by installing AWS CLI v2 #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Auto Deploy | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
deploy: | |
uses: ./.github/workflows/deploy.yaml | |
with: | |
R2_ACCOUNT_ID: ${{ vars.R2_ACCOUNT_ID }} | |
R2_ACCESS_KEY_ID: ${{ vars.R2_ACCESS_KEY_ID }} | |
R2_BUCKET_NAME: ${{ vars.R2_BUCKET_NAME }} | |
secrets: | |
R2_SECRET_ACCESS_KEY: ${{ secrets.R2_SECRET_ACCESS_KEY }} |