You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
For both backend/frontend make sure we set environment and release values. While environment is pretty straightforward, the release can be tricky: for staging we can use git commit SHA (the short one), whereas production should use real release version. In both cases the release values can be populated via ci/cd .env files generation.
@arkid15r I have understood the issue but I am not able to figure out how I can get the value of the latest release for production.
Is there any version.txt for that?
Describe the solution you'd like
For both backend/frontend make sure we set
environment
andrelease
values. While environment is pretty straightforward, the release can be tricky: for staging we can use git commit SHA (the short one), whereas production should use real release version. In both cases the release values can be populated via ci/cd .env files generation.Additional context
The text was updated successfully, but these errors were encountered: