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
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:
@@ -1,10 +1,12 @@
|
||||
name: Deploy garage
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'docker/garage/**'
|
||||
- '.gitea/workflows/deploy-garage.yml'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
name: Provision server
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'scripts/configure.sh'
|
||||
- '.gitea/workflows/provision.yml'
|
||||
|
||||
jobs:
|
||||
provision:
|
||||
|
||||
Reference in New Issue
Block a user