Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
site: remove args from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Nov 21, 2023
1 parent bcd262f commit 3d34724
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ export VITE_APP_VERSION="0.0.100"
export GOROOT="$(go env GOROOT)"

export VITE_MINTTER_SENTRY_DESKTOP="https://8d3089ffb71045dc911bc66efbd3463a@o4504088793841664.ingest.sentry.io/4505527460429824"
export MINTTER_SENTRY_SITES="https://47c66bd7a6d64db68a59c03f2337e475@o4504088793841664.ingest.sentry.io/4505527493328896"
export MINTTER_SENTRY_SITES="https://47c66bd7a6d64db68a59c03f2337e475@o4504088793841664.ingest.sentry.io/4505527493328896"
export MINTTER_AUTH_TOKEN="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"
4 changes: 0 additions & 4 deletions .github/workflows/generate-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ jobs:
push: true
file: frontend/apps/site/Dockerfile
tags: mintter/sitegw:main
build-args: |
"SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}"
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

Expand All @@ -135,7 +133,5 @@ jobs:
push: true
file: frontend/apps/site/Dockerfile
tags: mintter/sitegw:latest
build-args: |
"SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}"
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
1 change: 0 additions & 1 deletion frontend/apps/site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ENV NODE_ENV production
ENV NEXT_PUBLIC_LN_HOST https://ln.mintter.com
ENV GRPC_HOST http://minttersite:56001
ENV MINTTER_SENTRY_SITES https://47c66bd7a6d64db68a59c03f2337e475@o4504088793841664.ingest.sentry.io/4505527493328896
ENV SENTRY_AUTH_TOKEN $SENTRY_AUTH_TOKEN
RUN yarn site:prod


Expand Down

0 comments on commit 3d34724

Please sign in to comment.