Skip to content

Commit

Permalink
Refactor : env 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ncb6206 committed Jan 18, 2024
1 parent ea4a3eb commit caeecb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
VITE_PROXY_URL: ${{ secrets.VITE_PROXY_URL }}
AWS_REGION: 'ap-northeast-2'
SOURCE_DIR: 'dist'
2 changes: 0 additions & 2 deletions src/service/products.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export const GET = async ({ type, pagesize, currentpage }: IPageParams) => {
// },
// });

console.log(import.meta.env.VITE_PROXY_URL);

const response = await instance.get(import.meta.env.VITE_PROXY_URL, {
params: {
query: '신발',
Expand Down

0 comments on commit caeecb2

Please sign in to comment.