Skip to content

Commit 22756b4

Browse files
authored
Update deploy.yml
1 parent dd975d0 commit 22756b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,11 @@ jobs:
9191
- name: .env 파일,key.json 생성
9292
env:
9393
DOT_ENV: ${{ secrets.DOT_ENV }}
94-
KEY_JSON: ${{secrets.KEY_JSON}}
9594
run: |
9695
# .env가 없으면 빌드 캐시가 매번 깨질 수 있으므로 항상 생성
9796
mkdir -p "${{ env.BACKEND_DIR }}"
9897
printf "%s" "${DOT_ENV}" > "${{ env.BACKEND_DIR }}/.env"
9998
100-
mkdir -p "${{env.BACKEND_DIR}}/key"
101-
printf "%s" "${KEY_JSON}" > "${{ env.BACKEND_DIR }}/key/key.json"
102-
10399
- name: Docker Buildx 설치
104100
uses: docker/setup-buildx-action@v3
105101

0 commit comments

Comments
 (0)