ci: remove GitHub workflows (Solar build/deploy is manual)#26
Merged
Conversation
GitHub Actions org billing frozen -> self-hosted ephemeral pool on vps-ovh. ci.yml on pull_request only (Solar has no VPS deploy), all jobs [self-hosted, vps-ovh] + fork-guard, native trufflehog. Playwright keeps --with-deps (runner is root, apt installs Chromium libs). release.yml (tag-triggered bundle tarball) also moves to the pool. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Solar is a PUBLIC repo; the org-scoped self-hosted runner pool refuses public repos (security: a fork PR would execute on the VPS). Per porteur decision, Solar has NO GitHub CI — its bundle build/release is handled manually, exceptionally, when a deploy is wanted. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ClodoCapeo
added a commit
that referenced
this pull request
Jun 24, 2026
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.
Solar est public -> le pool self-hosted refuse les repos publics (sécu). Décision porteur : pas de CI GitHub pour Solar, build/release manuel. Ce PR retire ci.yml + release.yml.