Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
dgjinsu committed Feb 2, 2024
2 parents e8a9a95 + 1a23405 commit b1b1183
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ echo "jikgong-${START_CONTAINER} up"

# 실행해야하는 컨테이너 docker-compose로 실행. -p는 docker-compose 프로젝트에 이름을 부여
# -f는 docker-compose파일 경로를 지정
sudo docker-compose -f docker-compose.${START_CONTAINER}.yml up -d --build --no-cache
sudo docker pull ${DOCKERHUB_USERNAME}/jikgong
sudo docker-compose -f docker-compose.${START_CONTAINER}.yml up -d --build

RUNNING_CONTAINER=$(sudo docker ps)
echo "실행중인 컨테이너 목록: ${RUNNING_CONTAINER}"
Expand Down

0 comments on commit b1b1183

Please sign in to comment.