Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Aug 14, 2024
2 parents b0a6901 + 45c65f9 commit 83f8463
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/GitAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ jobs:
environment: prod
access_key: ${{ secrets.XQUAER_ACCESS_KEY }}
github_token: ${{ secrets.PICK_WEB_ADMIN }}
buildargs: |
BASE_URL=${{ secrets.BASE_URL }}
2 changes: 0 additions & 2 deletions .github/workflows/stagGitAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ jobs:
environment: stag
access_key: ${{ secrets.XQUAER_ACCESS_KEY }}
github_token: ${{ secrets.PICK_WEB_ADMIN }}
buildargs: |
BASE_URL=${{ secrets.STAG_BASE_URL }}
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ COPY . .

RUN yarn build

ARG BASE_URL
ENV NEXT_PUBLIC_API_KEY $BASE_URL

EXPOSE 3000

CMD ["yarn", "dev"]

0 comments on commit 83f8463

Please sign in to comment.