From d84c3daf98b8ab7708cef3e9266f4952c52c8a1a Mon Sep 17 00:00:00 2001 From: gaeul3303 Date: Tue, 10 Dec 2024 18:21:56 +0900 Subject: [PATCH] =?UTF-8?q?feat:docker=20=EB=B0=B0=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 005e42b..a8306f8 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -85,7 +85,7 @@ jobs: docker build -f Dockerfile-dev -t ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}/checkit . docker push ${{ secrets.DOCKER_USERNAME }}/checkit - ## deploy to production + ## deploy to production# #- name: Deploy to prod #uses: appleboy/ssh-action@master #id: deploy-prod