Files
Jyotisha/.github/workflows/deploy-production.yml
T
Codex 9b07e12b0c
Staging Backend Quality Gate / validate (push) Has been cancelled
Staging Backend Quality Gate / publish (push) Has been cancelled
ops: prepare self-hosted production migration
2026-08-08 21:12:55 -04:00

17 lines
353 B
YAML

name: Production deployment moved to Gitea
on:
workflow_dispatch:
permissions:
contents: read
jobs:
retired:
runs-on: ubuntu-latest
steps:
- name: Refuse deployment from the mirror
run: |
echo "Production deployment is controlled by .gitea/workflows/deploy-production.yml in git.copse.top." >&2
exit 1