Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Mar 9, 2024
1 parent bf3e3d8 commit 9699ca9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:

- name: Upload to Cloudflare R2
run: |
aws configure set default.s3.endpoint_url ${{ secrets.R2_S3_URL }}
aws s3 cp target/x86_64-unknown-linux-musl/release s3://geph5 --recursive
aws configure set default.s3.endpoint_url $R2_S3_URL
aws s3 cp target/x86_64-unknown-linux-musl/release s3://geph5 --recursive --debug
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
BUCKET_NAME: geph5
R2_S3_URL: ${{ secrets.R2_S3_URL }}

0 comments on commit 9699ca9

Please sign in to comment.