Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed Aug 15, 2024
1 parent 473b08b commit bace32e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY . .
ARG NEXT_PUBLIC_COMMIT_HASH

ARG NEXT_PUBLIC_AMPLITUDE_API_KEY_TEST dockerfile123
ENV NEXT_PUBLIC_AMPLITUDE_API_KEY_TEST_ENV dockerfile123ENV

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

0 comments on commit bace32e

Please sign in to comment.