mirror of
https://github.com/octocat/Hello-World.git
synced 2026-06-04 14:17:09 +00:00
12 lines
196 B
YAML
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'
|