Skip to content

Commit 3ce4397

Browse files
authored
Merge pull request #143 from prgrms-web-devcourse-final-project/deploy-1
deploy
2 parents 8f773e0 + dc70945 commit 3ce4397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
DOT_ENV: ${{ secrets.DOT_ENV }}
8787
run: |
8888
# .env가 없으면 빌드 캐시가 매번 깨질 수 있으므로 항상 생성
89-
printf "%s" "${DOT_ENV}" > .env
89+
echo "DOT_ENV" > .env
9090
9191
- name: Docker Buildx 설치
9292
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)