Skip to content

Commit

Permalink
h2 mount
Browse files Browse the repository at this point in the history
  • Loading branch information
jinia91 committed Aug 18, 2024
1 parent 02133e5 commit 24be7da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
# 새로운 이미지로 컨테이너 실행
sudo docker run -d --name blog-backend-${NEW_PORT} -p ${NEW_PORT}:7777 \
-v ~/blog/application.yml:/app/config/application.yml \
-v ~/blog/h2:/app/h2 \
jinia91/blog-backend:${{ github.sha }} java -jar blog-backend.jar --spring.config.location=file:/app/config/application.yml
# 새로운 컨테이너의 Health Check
Expand Down

0 comments on commit 24be7da

Please sign in to comment.