mirror of
https://github.com/octocat/Hello-World.git
synced 2026-06-07 04:57:49 +00:00
11 lines
196 B
YAML
11 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'
|