Commit Graph

3 Commits

Author SHA1 Message Date
Cal Corum
4222ef9967 Fix act_runner auth: short-form local actions + full GitHub URLs
DEFAULT_ACTIONS_URL=self requires local actions use short form
(cal/gitea-actions/...) so the runner passes its auth token, and
GitHub actions use full URLs (https://github.com/...) to bypass
local resolution.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 13:32:17 -06:00
Cal Corum
eedbf3fbe6 ci: Add CalVer auto-tagging to deploy workflow
Generates YYYY.M.BUILD version tags on each successful deploy using the
Gitea API (bypasses branch protection). Matches the pattern used in
Paper Dynasty workflows.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 11:31:16 -06:00
Cal Corum
14fe7dc663 Add Gitea Actions workflow for auto-deploy to Foundry LXC
Builds CSS and compendium packs in CI, rsyncs the system to the
production Foundry server, and restarts the container on push to main.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 13:57:08 -06:00