Skip to content

Commit

Permalink
Merge pull request #120 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 25, 2024
2 parents 76eb70c + 5b34e18 commit 83441a8
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 @@ -43,7 +43,7 @@ jobs:
- name: Build Project for Develop
if: github.ref == 'refs/heads/dev'
run: |
echo "Building project with API URL: ${{ secrets.REACT_APP_API_URL_DEV }}
echo "Building project with API URL: ${{ secrets.REACT_APP_API_URL_DEV }}"
CI=false npm run build:dev
- name: Deploy to S3 for Development
Expand All @@ -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 83441a8

Please sign in to comment.