chore: publish deb/rpm artifacts to GitHub Pages#2918
Merged
Conversation
Deploying kurtosis with
|
| Latest commit: |
32b9322
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fb3b127e.kurtosis-docs.pages.dev |
| Branch Preview URL: | https://tedim52-fix-fury-publish.kurtosis-docs.pages.dev |
41b6e7f to
f87907c
Compare
2a14dde to
75a01f2
Compare
Add a GitHub Pages-based apt/rpm repository as an additional publishing target alongside the existing Gemfury publisher. This provides a fallback if the Gemfury token is unavailable. Changes: - Add update-package-repo job to publish workflow using peaceiris/actions-gh-pages - Fix release.ids to include deb-and-rpm-packages so artifacts upload to GitHub Release - Add --fail flag to Fury curl command to surface HTTP errors - Keep existing Gemfury publisher and all Fury-based installation references Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
75a01f2 to
e3db717
Compare
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This P adds adds apt/rpm package distribution with a self-hosted repository on GitHub Pages using the existing
kurtosis-cli-release-artifactsrepo.Key Changes:
New Repository URL:
User Facing
YES - Updated installation instructions for users
🤖 Generated with Claude Code