Skip to content

Commit 55ed94b

Browse files
committed
fix : cd 수정
cd 정상 작동 테스트
1 parent 76f371e commit 55ed94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020
- name: List files for debug
21-
run: ls -al && ls -al backend
21+
run: ls -al
2222

2323
- name: Upload docker-compose file to server
2424
uses: appleboy/scp-action@v0.1.4

0 commit comments

Comments
 (0)