mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 08:45:10 +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:
|
||||
runs-on: self-hosted
|
||||
|
||||
services:
|
||||
mariadb:
|
||||
image: mariadb:latest
|
||||
env:
|
||||
MARIADB_ROOT_PASSWORD: fintech2023
|
||||
ports:
|
||||
- 3306:3306
|
||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||
# services:
|
||||
# mariadb:
|
||||
# image: mariadb:latest
|
||||
# env:
|
||||
# MARIADB_ROOT_PASSWORD: fintech2023
|
||||
# ports:
|
||||
# - 3306:3306
|
||||
# options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
|
|
|||
Loading…
Reference in a new issue