We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46b573 commit 6531044Copy full SHA for 6531044
.github/workflows/deploy.yml
@@ -86,8 +86,7 @@ jobs:
86
DOT_ENV: ${{ secrets.DOT_ENV }}
87
run: |
88
# .env가 없으면 빌드 캐시가 매번 깨질 수 있으므로 항상 생성
89
- mkdir -p "${{ env.BACKEND_DIR }}"
90
- printf "%s" "${DOT_ENV}" > "${{ env.BACKEND_DIR }}/.env"
+ printf "%s" "${DOT_ENV}" > .env
91
92
- name: Docker Buildx 설치
93
uses: docker/setup-buildx-action@v3
0 commit comments