-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: adds tooling for uploading to object storage #673
Conversation
9f32e44
to
340856a
Compare
@@ -24,6 +24,12 @@ jobs: | |||
archive: | |||
needs: build | |||
uses: ./.github/workflows/archive.yaml | |||
upload: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to do this for PR branches, or is this temporary to test this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a bit of both. If we don't want to save pull-request builds, we can delete it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great to me, but I think I'd like to try it on a release before merging it.
Intent
Adds build tooling for uploading to S3 (CDN).
Resolves #524
Type of Change
Approach
Adds the command
just upload
, which uploads build artifacts to S3 when available. The object location is derived from the GITHUB_REF (there is a link in the code documentation).Automated Tests
Directions for Reviewers
Checklist