Skip to content

Commit 849fbf5

Browse files
committed
Infra: 백엔드 CD 파일 수정
- .env 파일 추가시, $DOT_ENV_PROD -> $DOT_ENV 로 변경
1 parent eee9529 commit 849fbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v4
4848
- name: .env 생성
49-
run: echo "$DOT_ENV_PROD" > .env
49+
run: echo "$DOT_ENV" > .env
5050

5151
- name: Docker Buildx 설치
5252
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)