mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
Update Master_Workflow.yml
This commit is contained in:
parent
5892514c84
commit
37a914e68c
1 changed files with 14 additions and 17 deletions
31
.github/workflows/Master_Workflow.yml
vendored
31
.github/workflows/Master_Workflow.yml
vendored
|
|
@ -7,11 +7,11 @@ jobs:
|
||||||
run-workflows:
|
run-workflows:
|
||||||
runs-on:
|
runs-on:
|
||||||
- self-hosted
|
- self-hosted
|
||||||
call_Deploy_Traefik_and_MariaDB_on_local_repo:
|
# call_Deploy_Traefik_and_MariaDB_on_local_repo:
|
||||||
uses: ./.github/workflows/Deploy_Traefik_and_MariaDB.yml
|
# uses: ./.github/workflows/Deploy_Traefik_and_MariaDB.yml
|
||||||
call_Deploy_setup_site_on_local_repo:
|
# call_Deploy_setup_site_on_local_repo:
|
||||||
uses: ./.github/workflows/setup_site.yml
|
# uses: ./.github/workflows/setup_site.yml
|
||||||
# steps:
|
# # steps:
|
||||||
# - name: Checkout code
|
# - name: Checkout code
|
||||||
# uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
@ -30,21 +30,18 @@ jobs:
|
||||||
# uses: actions/setup site base on provided image build for branch specified-dispatch@v2
|
# uses: actions/setup site base on provided image build for branch specified-dispatch@v2
|
||||||
# with:
|
# with:
|
||||||
# workflow: 'setup site base on provided image build for branch specified'
|
# workflow: 'setup site base on provided image build for branch specified'
|
||||||
# steps:
|
steps:
|
||||||
# - name: Checkout code
|
- name: Checkout code
|
||||||
# uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# - name: Checkout code
|
- name: Run Deploy Traefik and MariaDB
|
||||||
# uses: actions/checkout@v2
|
uses: ./.github/workflows/Deploy_Traefik_and_MariaDB.yml
|
||||||
|
|
||||||
# - name: Run Deploy Traefik and MariaDB
|
|
||||||
# uses: ./.github/workflows/Deploy_Traefik_and_MariaDB.yml
|
|
||||||
|
|
||||||
# # - name: Run build system Image base on json config provided
|
# - name: Run build system Image base on json config provided
|
||||||
# # uses: ./.github/workflows/build_system_image.yml
|
# uses: ./.github/workflows/build_system_image.yml
|
||||||
|
|
||||||
# - name: Run setup site base on provided image build for branch specified
|
- name: Run setup site base on provided image build for branch specified
|
||||||
# uses: ./.github/workflows/setup_site.yml
|
uses: ./.github/workflows/setup_site.yml
|
||||||
|
|
||||||
# steps:
|
# steps:
|
||||||
# - name: Trigger Deploy Traefik and MariaDB
|
# - name: Trigger Deploy Traefik and MariaDB
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue