From ae309c56549aa9a497ec02851df63e290fea6a81 Mon Sep 17 00:00:00 2001 From: DOEKYONG Date: Thu, 5 Oct 2023 19:30:24 +0900 Subject: [PATCH] =?UTF-8?q?username=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index 99425497d..ea805cdc8 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -25,6 +25,7 @@ jobs: - 3306:3306 # HOST:CONTAINER env: MYSQL_ROOT_PASSWORD: 1234 + MYSQL_USERNAME: root MYSQL_DATABASE: second_hand MYSQL_PASSWORD: 1234 redis: