Skip to content

Commit

Permalink
[FIX] deploy.yml μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyoongrace committed Mar 23, 2024
1 parent 5bdb597 commit 929e965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

- name: Set up environment variables
run: |
echo "REACT_APP_API_ROOT=${REACT_APP_API_ROOT}" >> .env.production
echo "REACT_APP_IMAGE_URL=${REACT_APP_IMAGE_URL}" >> .env.production
echo "REACT_APP_API_ROOT=${{ secrets.REACT_APP_API_ROOT }}" >> .env.production
echo "REACT_APP_IMAGE_URL=${{ secrets.REACT_APP_IMAGE_URL }}" >> .env.production
- name: Setup node
uses: actions/setup-node@v2
Expand Down

0 comments on commit 929e965

Please sign in to comment.