Skip to content

Commit

Permalink
Merge pull request #221 from read-a-perfume/feature/opt
Browse files Browse the repository at this point in the history
deploy: 스크립트 변경
  • Loading branch information
gn753 authored Apr 6, 2024
2 parents 6877016 + 10c4614 commit 22aac0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
# Github Repository Secrets를 통해 환경 변수 파일을 생성합니다.
- name: Generate Environment Variables File for Production
run: |
echo "REACT_APP_DOMAIN=$REACT_APP_DOMAIN" >> .env.production
echo "VITE_API_KEY=$VITE_API_KEY" >> .env.production
env:
REACT_APP_DOMAIN: ${{ secrets.VITE_API_KEY }}
VITE_API_KEY: ${{ secrets.VITE_API_KEY }}
- name: Install dependencies
run: npm install --force

Expand Down

0 comments on commit 22aac0d

Please sign in to comment.