Skip to content

Commit

Permalink
Merge pull request #144 from 100-hours-a-week/feature/kevin
Browse files Browse the repository at this point in the history
Fix: 분명히 수정했는데...
  • Loading branch information
lucy726j authored Aug 27, 2024
2 parents 249d19c + 0770168 commit bc9eacc
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 @@ -57,7 +57,7 @@ jobs:
- name: Set environment variables for Production
if: github.ref == 'refs/heads/main'
run: |
echo "REACT_APP_API_URL=${{ secrets.REACT_APP_API_URL_PROD }}" > .env.production"
echo "REACT_APP_API_URL=${{ secrets.REACT_APP_API_URL_PROD }}" > .env.production
env:
REACT_APP_ENV: production

Expand Down

0 comments on commit bc9eacc

Please sign in to comment.