17 lines
353 B
YAML
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
|