Skip to content

Commit

Permalink
fix :: env 설정 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Aug 14, 2024
1 parent acd8f42 commit 49adfc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/stagGitAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ jobs:
environment: stag
access_key: ${{ secrets.XQUAER_ACCESS_KEY }}
github_token: ${{ secrets.PICK_WEB_ADMIN }}
buildargs: |
NEXT_PUBLIC_API_KEY=${{ secrets.STAG_BASE_URL }}
NEXT_PUBLIC_FILE_APP=${{ secrets.STAG_FILE_URL }}
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ COPY . .

RUN yarn build

ARG NEXT_PUBLIC_API_KEY
ENV NEXT_PUBLIC_API_KEY=${NEXT_PUBLIC_API_KEY}

ARG NEXT_PUBLIC_FILE_APP
ENV NEXT_PUBLIC_FILE_APP=${NEXT_PUBLIC_FILE_APP}
EXPOSE 3000

CMD ["yarn", "dev"]

0 comments on commit 49adfc7

Please sign in to comment.