Skip to content

Commit

Permalink
Docs: 사용하지 않는 환경변수 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
6mn12j committed Nov 10, 2022
1 parent 41d9d53 commit 4980e4f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// *: 필수값
REACT_APP_ENV = *환경 (ex:development,local,production)
REACT_APP_API_URL= *server api (ex: http://localhost:3000)
REACT_APP_SENTRY_DSN = *Sentry DSN key (ex: Sentry credential 파일 확인)
REACT_APP_SENTRY_DSN = Sentry DSN key (ex: Sentry credential 파일 확인)
1 change: 0 additions & 1 deletion .github/workflows/s3_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
REACT_APP_API_URL: ${{secrets.REACT_APP_API_URL_DEV}}
REACT_APP_COOKIE_DOMAIN: ${{secrets.REACT_APP_COOKIE_DOMAIN}}
REACT_APP_ENV: ${{secrets.REACT_APP_ENV_DEV}}
REACT_APP_SENTRY_DSN: ${{secrets.REACT_APP_SENTRY_DSN}}

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/s3_deploy_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
REACT_APP_API_URL: ${{secrets.REACT_APP_API_URL}}
REACT_APP_COOKIE_DOMAIN: ${{secrets.REACT_APP_COOKIE_DOMAIN}}
REACT_APP_ENV: ${{secrets.REACT_APP_ENV}}
REACT_APP_SENTRY_DSN: ${{secrets.REACT_APP_SENTRY_DSN}}

Expand Down

0 comments on commit 4980e4f

Please sign in to comment.