Create Master_Workflow.yml

This commit is contained in:
fal7w 2023-11-28 10:31:06 +03:00 committed by GitHub
parent 6af7551fd1
commit 6d0e8ad763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/workflows/Master_Workflow.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Master Workflow
on:
workflow_dispatch:
jobs:
run-workflows:
runs-on:
- self-hosted
steps:
- name: Run Deploy Traefik and MariaDB
uses: ./.github/workflows/Deploy_Traefik_and_MariaDB.yml
- name: Run build system Image base on json config provided
uses: ./.github/workflows/build_system_image.yml
- name: Run setup site base on provided image build for branch specified
uses: ./.github/workflows/setup_site.yml