Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Donghyun Hwang committed Jun 27, 2024
2 parents 03d022e + 6f1c8d2 commit 0c090bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: Generate Environment Variables File for Production
run: |
echo "REACT_APP_BASE_URL=$REACT_APP_BASE_URL" >> .env.production
echo "REACT_APP_API_URL=$REACT_APP_API_URL" >> .env.production
echo "REACT_APP_SOCKET_URL=$REACT_APP_SOCKET_URL" >> .env.production
env:
REACT_APP_BASE_URL: ${{ secrets.REACT_APP_BASE_URL }}
REACT_APP_API_URL: ${{ secrets.REACT_APP_API_URL }}
REACT_APP_SOCKET_URL: ${{ secrets.REACT_APP_SOCKET_URL }}

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v3
Expand Down

0 comments on commit 0c090bd

Please sign in to comment.