mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
ci: pushing builds to r2
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user