Skip to content

Commit

Permalink
Fix: CI/CD Github Actions 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
pjh5365 committed Sep 6, 2024
1 parent 1b4fd62 commit 31a4bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# secret.py 파일 생성
- name: create secret.py
run: |
echo "${{ secrets.SECRET_KEY }}" > secret.py
echo "openai_api_key='${{ secrets.SECRET_KEY }}'" > secret.py
# 도커 이미지 빌드
- name: docker build
Expand Down

0 comments on commit 31a4bbc

Please sign in to comment.