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
Please don't judge our process, but I have encountered several times a need to remember which branch is on our staging server or which version, commit is on our production server. This could be solved by having a "deploy log" which gets added to after each deploy. I recognize Mina is version control agnostic, so this would probably be added of the mina/git module.
I'd be open to trying my hand at building this out, but I wanted to check with the community to see if anyone else has this need, get the blessing of the team before contributing, and ask for any feedback on the feature or implementation.
Thanks!
The text was updated successfully, but these errors were encountered:
I haven't used the newest version of mina yet, however on the old version you can look in the scm folder and there's a file called FETCH_HEAD that should have your latest commit hash along with the branch and repo.
Please don't judge our process, but I have encountered several times a need to remember which branch is on our staging server or which version, commit is on our production server. This could be solved by having a "deploy log" which gets added to after each deploy. I recognize Mina is version control agnostic, so this would probably be added of the mina/git module.
I'd be open to trying my hand at building this out, but I wanted to check with the community to see if anyone else has this need, get the blessing of the team before contributing, and ask for any feedback on the feature or implementation.
Thanks!
The text was updated successfully, but these errors were encountered: