mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
last try to fix mysql
This commit is contained in:
parent
e71daa2520
commit
b76a037a94
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
env:
|
env:
|
||||||
MYSQL_ROOT_PASSWORD: root
|
MYSQL_ROOT_PASSWORD: root
|
||||||
MYSQL_DATABASE: "myaac-tfs"
|
MYSQL_DATABASE: myaac
|
||||||
MYSQL_USER: myaac
|
MYSQL_USER: myaac
|
||||||
MYSQL_PASSWORD: myaac
|
MYSQL_PASSWORD: myaac
|
||||||
ports:
|
ports:
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
uses: jacobtomlinson/gha-find-replace@v2
|
uses: jacobtomlinson/gha-find-replace@v2
|
||||||
with:
|
with:
|
||||||
find: 'mysqlDatabase = "forgottenserver"'
|
find: 'mysqlDatabase = "forgottenserver"'
|
||||||
replace: 'mysqlDatabase = "myaac-tfs"'
|
replace: 'mysqlDatabase = "myaac"'
|
||||||
regex: false
|
regex: false
|
||||||
include: 'tfs/config.lua'
|
include: 'tfs/config.lua'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user