Skip to content

Commit 8cc2c7b

Browse files
authored
Update deploy.yml
1 parent a123dc2 commit 8cc2c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
mkdir -p "${{ env.BACKEND_DIR }}"
9898
printf "%s" "${DOT_ENV}" > "${{ env.BACKEND_DIR }}/.env"
9999
100-
mkdir -p"${{env.BACKEND_DIR}}/key"
101-
printf "%s" "${KEY_JSON}" > "${{ env.BACKEND_DIR }}/key/key.json"
100+
mkdir -p "${{env.BACKEND_DIR}}/key"
101+
printf "%s" "${KEY_JSON}" > "${{ env.BACKEND_DIR }}/key/key.json"
102102
103103
- name: Docker Buildx 설치
104104
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)