From b976adffdfc757349714cc722965d74f5d7f165e Mon Sep 17 00:00:00 2001 From: seungryeol Date: Fri, 27 Oct 2023 18:21:17 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20jwt=20secret=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index be8a018..100b0c8 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -63,6 +63,7 @@ jobs: docker build -t ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}:1.0 . docker push ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}:1.0 + # 서버에서 Docker 이미지 실행 - name: EC2 Docker Run uses: appleboy/ssh-action@master