add workflow_dispatch and self-trigger paths to all workflows
Deploy haanmind.net / deploy (push) Failing after 1s
Deploy hantim.net / deploy (push) Failing after 1s
Deploy hcsuzuki.net / deploy (push) Failing after 1s
Deploy nginx / deploy (push) Failing after 1s
Deploy nginx / test (push) Has been skipped
Deploy thekims.family / deploy (push) Failing after 1s
Deploy timothykim.net / deploy (push) Failing after 1s
Provision server / provision (push) Successful in 11s
Deploy garage / deploy (push) Successful in 5s

This commit is contained in:
2026-03-20 20:03:11 -04:00
parent a37872489c
commit 7b1a888db0
8 changed files with 16 additions and 0 deletions
+2
View File
@@ -1,10 +1,12 @@
name: Provision server
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'scripts/configure.sh'
- '.gitea/workflows/provision.yml'
jobs:
provision: