Skip to content

Commit 8f773e0

Browse files
authored
Merge pull request #142 from prgrms-web-devcourse-final-project/deploy-1
deploy
2 parents d46b573 + 6531044 commit 8f773e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)