Hello-World/.github/workflows/restart-prod.yml
enxebre ee5f318997 Add restart-prod workflow for manual production restarts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-12 14:18:10 +02:00

12 lines
196 B
YAML

name: Restart Production
on:
workflow_dispatch:
jobs:
restart:
runs-on: ubuntu-latest
steps:
- name: Restart production server
run: echo 'Restarting production server'