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>
15 lines
307 B
YAML
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."
|