Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup ENV #364

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Cleanup ENV #364

wants to merge 3 commits into from

Conversation

chrisbendel
Copy link
Collaborator

The new interns are both on windows machines, they were running into some issues with the frontend/bin/env file. I tried to investigate if we could potentially just remove that file and rely on env variables. it seems the main purpose of bin/env was to pass along the VITE_<var> env variables for staging/prod.

The GA_UA tags should be irrelevant now as that was the former version of GA that is no longer used.
The GTM tag is shared between prod and staging (checked with Tom on that), so simplified that down to one config
I also set the VITE_GTAG_ID and VITE_SENTRY_DSN on staging/prod preemptively for whenever this gets merged

Copy link
Member

@nathanstitt nathanstitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as i recall some of the bin/env was needed to setup things on heroku, but as long as this all builds on staging i think this is fine

@github-actions github-actions bot added the Stale label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants