ci: restore Solar release pipeline (self-hosted)#27
Merged
Conversation
Re-create the release workflow removed in #26, which left the dist/ artefacts (consumed by Orion static-serve and Prism vendoring) without a versioned source of truth — v0.2.10/v0.2.11 were hot-pushed to the VPS manually, so a fresh box could not be rebuilt. A semver tag push now builds dist/ and publishes solar-<tag>.tgz as a Release asset. Rewired onto the self-hosted vps-ovh pool (org Actions billing is frozen): no setup-node npm cache (runners are ephemeral), and Playwright Chromium installed without --with-deps (JIT runner is non-root/nosuid). The asset name and `tar -C dist .` layout are kept byte-for-byte to stay compatible with Orion deploy.yml's anonymous curl. Refs #26 Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Dette soldée
Le
release.ymlde Solar avait été supprimé (#26) au profit de hot-pushes manuels sur le VPS. Conséquence :v0.2.10/v0.2.11poussés à la main, aucune source de vérité versionnée des artefactsdist/(consommés par Orion static-serve + vendorés par Prism) → un fresh-box ne pouvait pas être reconstruit.Ce que fait cette PR
Restaure le mécanisme de release (workflow seul, additif) :
v*.*.*→npm ci+ lint + typecheck + test + build + check:bundle + e2e → publiesolar-<tag>.tgz(pack plat dedist/) en asset de Release.[self-hosted, vps-ovh](gel billing org), pasubuntu-latest.--with-deps(runner non-root/nosuid).solar-<tag>.tgz+ layouttar -C dist .conservés byte-for-byte : contrat avec Oriondeploy.yml(curlanonymereleases/download/<tag>/solar-<tag>.tgz).Hors scope (volontaire)
package.jsondéjà à0.2.11.Refs #26