Skip to content

Commit 5070cfb

Browse files
committed
Infra: 배포 워크 플로우 파일 수정
- ${{ env.OWNER_LC }} 값 확인
1 parent f81116f commit 5070cfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ jobs:
9191
working-directory: /
9292
comment: Deploy
9393
command: |
94+
# 0. env 변수 확인
95+
echo "OWNER_LC = ${{ env.OWNER_LC }}"
96+
9497
# 1. 최신 이미지 pull
9598
docker pull ghcr.io/${{ env.OWNER_LC }}/catfe-backend:latest
9699

0 commit comments

Comments
 (0)