From b57ab150f9acd17015d94ae5baabf6eb335cbe49 Mon Sep 17 00:00:00 2001 From: Kim Dong Hyun <98632435+DDonghyeo@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:40:27 +0900 Subject: [PATCH] =?UTF-8?q?=E2=80=BC=EF=B8=8Fhotfix=20:=20=EC=89=98=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=9C=EC=84=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit docker_init.sh 을 앞으로 옮김 --- .github/workflows/cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 926871a5..ad83e76c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -147,6 +147,8 @@ jobs: export DOCKERHUB_USERNAME=${{ secrets.DOCKERHUB_USERNAME }} cd /home + + bash ./docker_init.sh docker-compose pull docker pull ${{ secrets.DOCKERHUB_USERNAME }}/waither-config @@ -155,7 +157,6 @@ jobs: docker pull ${{ secrets.DOCKERHUB_USERNAME }}/waither-user docker pull ${{ secrets.DOCKERHUB_USERNAME }}/waither-weather - bash ./docker_init.sh bash ./common.sh bash ./deploy.sh