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
fcb7a2f028
commit
82d2d873dc
1 changed files with 3 additions and 0 deletions
3
.github/workflows/Master_Workflow.yml
vendored
3
.github/workflows/Master_Workflow.yml
vendored
|
|
@ -9,6 +9,9 @@ jobs:
|
|||
- self-hosted
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Run Deploy Traefik and MariaDB
|
||||
uses: ./.github/workflows/Deploy_Traefik_and_MariaDB.yml
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue