Skip to content

Commit 13b9cc4

Browse files
committed
fix : ci 수정
ci 정상 작동 테스트
1 parent b861165 commit 13b9cc4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ jobs:
1717
fetch-depth: 0
1818
lfs: true
1919

20-
- name: 현재 파일 목록 확인
20+
- name: 디버깅 - source 파일 실제 존재 여부 확인
2121
run: |
22-
pwd
23-
ls -al
24-
ls -al traefik || echo "traefik 없음"
22+
echo "[INFO] 현재 경로: $(pwd)"
23+
echo "[INFO] docker-compose.*.yml 파일 확인"
24+
ls -l docker-compose.*.yml || echo "❌ 파일 없음"
25+
echo "[INFO] traefik 디렉토리 내 파일"
26+
ls -l traefik || echo "❌ traefik 폴더 없음"
2527
2628
- name: Upload Traefik and Compose files to Server
2729
uses: appleboy/scp-action@v0.1.4

0 commit comments

Comments
 (0)