Skip to content

Commit

Permalink
deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eunxoo committed Feb 14, 2024
1 parent 4609bfd commit a762734
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- name: Checkout source code. # Repo checkout
uses: actions/checkout@v2

- name: .env setting
run: echo "REACT_APP_HOST=${{ secrets.REACT_APP_HOST }}" >> .env.production

- name: Check Node v # Node v 확인
run: node -v

Expand Down

0 comments on commit a762734

Please sign in to comment.