From a4423b5ba8084935e3dac171f717331f5efa0f8a Mon Sep 17 00:00:00 2001 From: lvalentine6 Date: Wed, 17 Jul 2024 20:32:42 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A0=88=EB=94=94=EC=8A=A4=20=ED=85=8C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=BB=A8=ED=85=8C=EC=9D=B4=EB=84=88=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ecs_deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ecs_deploy.yml b/.github/workflows/ecs_deploy.yml index 79650cf5..cb84b373 100644 --- a/.github/workflows/ecs_deploy.yml +++ b/.github/workflows/ecs_deploy.yml @@ -20,6 +20,11 @@ jobs: name: Deploy runs-on: ubuntu-latest environment: production + services: + redis: + image: redis:latest + ports: + - 6379:6379 steps: - name: Checkout