mirror of
https://github.com/octocat/Hello-World.git
synced 2026-07-02 15:57:50 +00:00
Add restart-prod workflow for manual production restarts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7fd1a60b01
commit
ee5f318997
1 changed files with 11 additions and 0 deletions
11
.github/workflows/restart-prod.yml
vendored
Normal file
11
.github/workflows/restart-prod.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: Restart Production
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
restart:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Restart production server
|
||||||
|
run: echo 'Restarting production server'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue