Skip to content

Commit

Permalink
[#19] fix: nginx 볼륨 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyu0218 committed Jan 30, 2025
1 parent 40d7785 commit 7c317c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
echo "DATABASE_USER=${{ secrets.DATABASE_USER }}" >> .env
echo "DATABASE_PASSWORD=${{ secrets.DATABASE_PASSWORD }}" >> .env
echo "DATABASE_ROOT_PASSWORD=${{ secrets.DATABASE_ROOT_PASSWORD }}" >> .env
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}"
echo "JWT_SECRET=${{ secrets.JWT_SECRET }}" >> .env
- name: Transfer files to Server
uses: appleboy/scp-action@master
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- server
volumes:
- /var/log/nginx:/var/log/nginx
- ~/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
- /nginx/default.conf:/etc/nginx/nginx.conf:ro
networks:
- jaknaeso-network

Expand Down

0 comments on commit 7c317c0

Please sign in to comment.