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: Deploy garage
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'docker/garage/**'
- '.gitea/workflows/deploy-garage.yml'
jobs:
deploy:
+2
View File
@@ -1,10 +1,12 @@
name: Deploy haanmind.net
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'docker/haanmind.net/**'
- '.gitea/workflows/deploy-haanmind.net.yml'
jobs:
deploy:
+2
View File
@@ -1,10 +1,12 @@
name: Deploy hantim.net
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'docker/hantim.net/**'
- '.gitea/workflows/deploy-hantim.net.yml'
jobs:
deploy:
+2
View File
@@ -1,10 +1,12 @@
name: Deploy hcsuzuki.net
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'docker/hcsuzuki.net/**'
- '.gitea/workflows/deploy-hcsuzuki.net.yml'
jobs:
deploy:
+2
View File
@@ -1,10 +1,12 @@
name: Deploy nginx
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'docker/nginx/**'
- '.gitea/workflows/deploy-nginx.yml'
jobs:
deploy:
@@ -1,10 +1,12 @@
name: Deploy thekims.family
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'docker/thekims.family/**'
- '.gitea/workflows/deploy-thekims.family.yml'
jobs:
deploy:
+2
View File
@@ -1,10 +1,12 @@
name: Deploy timothykim.net
on:
workflow_dispatch:
push:
branches: [main]
paths:
- 'docker/timothykim.net/**'
- '.gitea/workflows/deploy-timothykim.yml'
jobs:
deploy:
+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: