Skip to content

Commit adba96c

Browse files
committed
[fix] 디버그 로직 추가
1 parent ec5e113 commit adba96c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ jobs:
6363
script: |
6464
mkdir -p /home/${{ secrets.SSH_USER }}/backend
6565
66+
- name: Debug - Check docker-compose.yml existence
67+
run: |
68+
echo "Current Directory: $(pwd)"
69+
echo "Files:"
70+
ls -al
71+
test -f ./docker-compose.yml && echo "✅ docker-compose.yml exists" || echo "❌ docker-compose.yml not found"
72+
6673
- name: Copy docker-compose.yml to server
6774
uses: appleboy/scp-action@v0.1.5
6875
with:

0 commit comments

Comments
 (0)