mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-17 17:21:48 +00:00
31 lines
661 B
YAML
31 lines
661 B
YAML
name: Deploy everywhere
|
|
|
|
on: workflow_dispatch
|
|
|
|
jobs:
|
|
deploy-gh-pages:
|
|
uses: ./.github/workflows/deploy-gh-pages.yml
|
|
secrets: inherit
|
|
|
|
deploy-wikitree-apps:
|
|
uses: ./.github/workflows/deploy-wikitree-apps.yml
|
|
secrets: inherit
|
|
|
|
deploy-docker:
|
|
uses: ./.github/workflows/deploy-docker.yml
|
|
secrets: inherit
|
|
|
|
prober-gh-pages:
|
|
needs: deploy-gh-pages
|
|
uses: ./.github/workflows/prober-gh-pages.yml
|
|
secrets: inherit
|
|
with:
|
|
wait_for_propagation: true
|
|
|
|
prober-wikitree:
|
|
needs: deploy-wikitree-apps
|
|
uses: ./.github/workflows/prober-wikitree.yml
|
|
secrets: inherit
|
|
with:
|
|
wait_for_propagation: true
|