mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 08:45:10 +00:00
Create Master_Workflow.yml
This commit is contained in:
parent
6af7551fd1
commit
6d0e8ad763
1 changed files with 19 additions and 0 deletions
19
.github/workflows/Master_Workflow.yml
vendored
Normal file
19
.github/workflows/Master_Workflow.yml
vendored
Normal 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
|
||||
Loading…
Reference in a new issue