Skip to content

Commit 4344d41

Browse files
committed
Chore: CD 파일 수정
- Github Actions commandLine 인식 문제로 인해 set -Eeuo pipefail 줄바꿈
1 parent 8fb3d11 commit 4344d41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/backend-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
working-directory: /
111111
comment: Deploy
112112
command: |
113+
113114
set -Eeuo pipefail
114115
115116
# 3. 실행 로그(라인 타임스탬프 부착)

0 commit comments

Comments
 (0)