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 6531044 commit dc70945Copy full SHA for dc70945
.github/workflows/deploy.yml
@@ -86,7 +86,7 @@ jobs:
86
DOT_ENV: ${{ secrets.DOT_ENV }}
87
run: |
88
# .env가 없으면 빌드 캐시가 매번 깨질 수 있으므로 항상 생성
89
- printf "%s" "${DOT_ENV}" > .env
+ echo "DOT_ENV" > .env
90
91
- name: Docker Buildx 설치
92
uses: docker/setup-buildx-action@v3
0 commit comments