Skip to content

Commit

Permalink
:add docker file for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Feb 2, 2024
1 parent db5aa34 commit 61682f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
script: |
# Docker 이미지 다운로드
sudo docker pull ${{ secrets.DOCKER_REPO }}/meme-auth
sudo docker pull ${{ secrets.DOCKER_REPO }}/meme-service
# Docker Compose 실행
sudo docker-compose up -d
Expand Down

0 comments on commit 61682f7

Please sign in to comment.