Skip to content

Commit bbac769

Browse files
committed
fix : ci 수정
ci 정상 작동 테스트
1 parent 21a6a2d commit bbac769

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,16 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@
16+
17+
- name:
18+
디버깅: 파일 존재 여부 확인
19+
run: |
20+
echo "Current directory:"
21+
pwd
22+
echo "File list:"
23+
ls -al
24+
ls -al traefik
1625
1726
- name: Upload Traefik and Compose files to Server
1827
uses: appleboy/scp-action@v0.1.4

0 commit comments

Comments
 (0)