mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
Update crwate_site.yml
This commit is contained in:
parent
307a005da6
commit
a01d10c4aa
1 changed files with 8 additions and 8 deletions
16
.github/workflows/crwate_site.yml
vendored
16
.github/workflows/crwate_site.yml
vendored
|
|
@ -7,14 +7,14 @@ jobs:
|
||||||
rcreate_site:
|
rcreate_site:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
||||||
services:
|
# services:
|
||||||
mariadb:
|
# mariadb:
|
||||||
image: mariadb:latest
|
# image: mariadb:latest
|
||||||
env:
|
# env:
|
||||||
MARIADB_ROOT_PASSWORD: fintech2023
|
# MARIADB_ROOT_PASSWORD: fintech2023
|
||||||
ports:
|
# ports:
|
||||||
- 3306:3306
|
# - 3306:3306
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
# options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue