mirror of
https://github.com/octocat/Hello-World.git
synced 2026-06-04 14:17:09 +00:00
Merge ee5f318997 into 7fd1a60b01
This commit is contained in:
commit
b338a4d2aa
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…
Reference in New Issue
Block a user