From a97fe931e7173a33adf1f81110f766e5b0554d85 Mon Sep 17 00:00:00 2001 From: ljy6712 Date: Tue, 9 Apr 2024 18:53:32 +0900 Subject: [PATCH] =?UTF-8?q?test:=20action=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index ada2e94..f69f89c 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -53,6 +53,7 @@ jobs: docker system df docker build -t ${{ secrets.DOCKERHUB_NAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:latest . docker push ${{ secrets.DOCKERHUB_NAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:latest + docker images # EC2로 배포 - name: Deploy to EC2