Skip to content

Commit

Permalink
Deploy: 환경변수 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
JWJung-99 committed Dec 11, 2024
1 parent ded9674 commit 23f02a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Create .env file
run: |
echo "VITE_TOUCHEESE_API=${{ secrets.VITE_TOUCHEESE_API }}" >> .env
echo "VITE_TOUCHEESE_STUDIO_LIMIT=${{ secrets.VITE_TOUCHEESE_STUDIO_LIMIT }}" >> .env
- name: Install pnpm
run: npm install -g [email protected]
Expand Down

0 comments on commit 23f02a9

Please sign in to comment.