mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 16:25:09 +00:00
Update Master_Workflow.yml
This commit is contained in:
parent
f0003e3bf7
commit
d5ffd81aad
1 changed files with 26 additions and 12 deletions
38
.github/workflows/Master_Workflow.yml
vendored
38
.github/workflows/Master_Workflow.yml
vendored
|
|
@ -29,18 +29,32 @@ jobs:
|
|||
# uses: actions/setup site base on provided image build for branch specified-dispatch@v2
|
||||
# with:
|
||||
# workflow: 'setup site base on provided image build for branch specified'
|
||||
# steps:
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v2
|
||||
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v2
|
||||
|
||||
# - 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
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run Deploy Traefik and MariaDB
|
||||
uses: ./.github/workflows/Deploy_Traefik_and_MariaDB.yml
|
||||
- name: Trigger Deploy Traefik and MariaDB
|
||||
uses: actions/workflow-dispatch@v2
|
||||
with:
|
||||
workflow: Deploy_Traefik_and_MariaDB.yml
|
||||
|
||||
- name: Trigger setup site base on provided image build for branch specified
|
||||
uses: actions/workflow-dispatch@v2
|
||||
with:
|
||||
workflow: setup_site.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