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