Skip to content

Commit

Permalink
Config: env 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
marinesnow34 authored Nov 25, 2023
1 parent 0988f57 commit 0daaf60
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:

- name: Set .env from secrets
run: |
echo "PORT=${{ secrets.TEST_PORT }}" > .env
echo "WDS_SOCKET_PORT=0" >> .env
echo "NODE_PATH=src/" >> .env
echo "REACT_APP_API_ROOT=${{ secrets.TEST_REACT_APP_API_ROOT }}" >> .env
echo "REACT_APP_HOME_URL=${{ secrets.TEST_REACT_APP_HOME_URL }}" >> .env
echo "${{ secrets.TEST_ENV }}" > .env
- name: cat env file
run: cat .env
Expand Down

0 comments on commit 0daaf60

Please sign in to comment.