Skip to content

Commit

Permalink
modify. deploy.yml secret env 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyu-dev committed Dec 28, 2023
1 parent 6944d0c commit bb55597
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
secret: REACT_APP_SERVER_PATH
- name: REACT_APP_REDIRECT_URL
secret: REACT_APP_REDIRECT_URL
- name: REACT_APP_EVENT_URL
secret: REACT_APP_EVENT_URL
- name: REACT_APP_EVENT_BANNER
secret: REACT_APP_EVENT_BANNER
context:
git:
url: [email protected]:${{ github.repository }}.git
Expand Down

0 comments on commit bb55597

Please sign in to comment.