Skip to content

Commit 6485d48

Browse files
authored
Merge pull request #355 from KW-ClassLog/Feat/#354/cd-env
✨ Feat/#354 CD 파이프라인 env 수정
2 parents 62eda52 + 8c82479 commit 6485d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
mkdir -p /home/ubuntu/classlog/frontend
9999
cat > /home/ubuntu/classlog/frontend/.env <<EOF
100100
NEXT_PUBLIC_API_BASE_URL=${{secrets.NEXT_PUBLIC_API_BASE_URL}}
101+
NEXT_PUBLIC_WS_URL=${{secrets.NEXT_PUBLIC_WS_URL}}
101102
EOF
102103
- name: Deploy containers
103104
uses: appleboy/[email protected]

0 commit comments

Comments
 (0)