Skip to content

Commit 2bfb954

Browse files
committed
chore: postgresql 디버깅 위한 로그
1 parent 0b9faaf commit 2bfb954

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.cd.prod.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,15 @@ jobs:
5757
5858
- name: Docker Compose 실행
5959
run: |
60+
chmod /docker
6061
docker-compose -f docker-compose.yml up -d
6162
63+
- name: 실행중인 컨테이너 확인
64+
run: docker ps
65+
6266
- name: PostgreSQL 컨테이너 로그 확인
6367
run: docker logs log4u_postgres
64-
68+
-
6569
- name: 컨테이너 실행 대기
6670
run: |
6771
echo "Waiting for MySQL to be ready..."

0 commit comments

Comments
 (0)