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