Skip to content

Commit

Permalink
hotfix: volume 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeyeonRoyce authored Dec 16, 2023
1 parent b0fc744 commit 43156e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
docker run -p ${{ secrets.SERVER_PORT }}:${{ secrets.SERVER_PORT }} \
--name ${{ secrets.PROJECT_NAME }} \
-v ${{ secrets.ACCESS_LOG_DIR }}:logs \
-v ${{ secrets.ACCESS_LOG_DIR }}:~/logs \
-e SPRING_PROFILES_ACTIVE=dev \
-d ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.PROJECT_NAME }}:dev

0 comments on commit 43156e7

Please sign in to comment.