From 504677bb8fdb06ff63cc5013d8f9e0e674706054 Mon Sep 17 00:00:00 2001 From: seungryeol Date: Fri, 6 Oct 2023 19:59:43 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20ci/cd=20=EC=9D=B4=EB=AF=B8=EC=A7=80?= =?UTF-8?q?=EB=AA=85=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 945856f..f8a8c75 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -73,4 +73,4 @@ jobs: key: ${{ secrets.EC2_KEY }} script: | docker pull leeseungryeol/gteam:1.0 - docker run -d -p 80:8080 --name Gteam ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}:1.0 \ No newline at end of file + docker run -d -p 80:8080 --name Gteam leeseungryeol/gteam:1.0 \ No newline at end of file