This commit is contained in:
Alberto García Lamela 2026-05-12 14:18:24 +02:00 committed by GitHub
commit b338a4d2aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
.github/workflows/restart-prod.yml vendored Normal file
View 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'