mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: pushing builds to r2
This commit is contained in:
parent
3df845424a
commit
9a2a315c9e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -29,7 +29,9 @@ jobs:
|
|||
aws configure set default.region us-east-1
|
||||
|
||||
- name: Push build to R2
|
||||
run: aws s3 sync ./docs s3://${{ vars.BUILDS_BUCKET_NAME }}
|
||||
env:
|
||||
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
|
||||
run: aws s3 sync ./docs s3://${{ vars.BUILDS_BUCKET_NAME }} --endpoint-url $S3_ENDPOINT
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue