-
Notifications
You must be signed in to change notification settings - Fork 143
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
Fix env conflicts #1531
Fix env conflicts #1531
Conversation
@wjhsf Can you clarify the below statement?
Why would work on a release branch be development? |
When we have code changes for v2, they are merged into |
What work needs to be done to get sites working / do we need to have the sites working for these environments? Are we running tests against these environments (if so, we probably should have the sites working first before merge)? |
Just set the proxies and env vars. There aren't any tests running against two of them, because I've just made them, and the one that already exists I'm pretty sure is just so we have a reference to point to for latest v2. If we're not really using these envs, though, we may want to change our approach and just stop pushing to them. Or copy whatever we're using the v3 envs for and also run them on v2. |
Adds
-v2
to the MRT envs we push to, to avoid conflicts with v3.generated-pwa-v2
exists and is functional.production-v2
andstaging-v2
are new ones I have just created. Deployments should work, but the sites won't, because I haven't done all the environment settings and whatnot.Also: We do checks for
DEVELOP
(= develop branch) andRELEASE
(= release branch). For our current workflow for this branch,DEVELOP
is always false andRELEASE
is always true. That logic should probably be changed, since some commits on this branch are development work and some are releases.Description
Types of Changes
Changes
How to Test-Drive This PR
Checklists
General
Accessibility Compliance
You must check off all items in one of the follow two lists:
or...
Localization