mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
Update Master_Workflow.yml
This commit is contained in:
parent
d5ffd81aad
commit
ae8067d38a
1 changed files with 13 additions and 11 deletions
24
.github/workflows/Master_Workflow.yml
vendored
24
.github/workflows/Master_Workflow.yml
vendored
|
|
@ -7,8 +7,10 @@ jobs:
|
||||||
run-workflows:
|
run-workflows:
|
||||||
runs-on:
|
runs-on:
|
||||||
- self-hosted
|
- self-hosted
|
||||||
|
call_Deploy_Traefik_and_MariaDB_on_local_repo:
|
||||||
|
uses: ./.github/workflows/Deploy_Traefik_and_MariaDB.yml
|
||||||
|
call_Deploy_setup_site_on_local_repo:
|
||||||
|
uses: ./.github/workflows/setup_site.yml
|
||||||
# steps:
|
# steps:
|
||||||
# - name: Checkout code
|
# - name: Checkout code
|
||||||
# uses: actions/checkout@v2
|
# uses: actions/checkout@v2
|
||||||
|
|
@ -45,16 +47,16 @@ jobs:
|
||||||
# - 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
|
||||||
uses: actions/workflow-dispatch@v2
|
# uses: actions/workflow-dispatch@v2
|
||||||
with:
|
# with:
|
||||||
workflow: Deploy_Traefik_and_MariaDB.yml
|
# workflow: Deploy_Traefik_and_MariaDB.yml
|
||||||
|
|
||||||
- name: Trigger setup site base on provided image build for branch specified
|
# - name: Trigger setup site base on provided image build for branch specified
|
||||||
uses: actions/workflow-dispatch@v2
|
# uses: actions/workflow-dispatch@v2
|
||||||
with:
|
# with:
|
||||||
workflow: setup_site.yml
|
# workflow: setup_site.yml
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue