Files
ginnoirandClaude Sonnet 4.6 a44adc4814 docs: document gitea-first homelab deploys
Switch CLAUDE.md and AGENTS.md to Gitea-primary language. Remove
github-runner from the management plane now that Gitea Actions handles
Caddy reloads and famapp builds. Disable GitHub deploy workflow.
Update apply-compose.ps1 status text.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 00:38:15 -05:00

15 lines
307 B
YAML

name: Deploy to valhalla
# Deployment moved to Gitea Actions (.gitea/workflows/deploy-caddy.yml).
# This workflow is kept as a manual fallback only.
on:
workflow_dispatch:
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Disabled
run: echo "Deployment moved to Gitea Actions."