Skip to content

Commit

Permalink
Test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed Aug 15, 2024
1 parent bace32e commit 2d5786c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . .
# Passing env var to be used on client side
ARG NEXT_PUBLIC_COMMIT_HASH

ARG NEXT_PUBLIC_AMPLITUDE_API_KEY_TEST dockerfile123
ENV NEXT_PUBLIC_AMPLITUDE_API_KEY $NEXT_PUBLIC_AMPLITUDE_API_KEY
ENV NEXT_PUBLIC_AMPLITUDE_API_KEY_TEST_ENV dockerfile123ENV

RUN yarn install
Expand Down
4 changes: 0 additions & 4 deletions src/metrics/tracking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ export const initTracking = () => {
">>> process.env.NEXT_PUBLIC_AMPLITUDE_API_KEY ",
process.env.NEXT_PUBLIC_AMPLITUDE_API_KEY,
);
console.log(
">>> process.env.NEXT_PUBLIC_AMPLITUDE_API_KEY_TEST: ",
process.env.NEXT_PUBLIC_AMPLITUDE_API_KEY_TEST,
);
console.log(
">>> process.env.NEXT_PUBLIC_AMPLITUDE_API_KEY_TEST_ENV: ",
process.env.NEXT_PUBLIC_AMPLITUDE_API_KEY_TEST_ENV,
Expand Down

0 comments on commit 2d5786c

Please sign in to comment.