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
Hello. I would like to write a deploy log to my server, to see who deploy what and when.
I am not shure if there are variables defined for the stuff i would need for it, thats why I am asking. The variables I would need are: name (username or git name), current git hash, (current git commit message).
I would like to do something like this:
queu"echo '[$(date)] #{hash} (#{message}) deployed by #{username}' > #{deploy_to}/deploy.log"
This might be a very special usecase, but I would appreciate your help.
btw, Thanks for the value mina is giving us. We are using it for about 3 months now and are probably about 1k-2k deploys in. So much time saved. Thanks guys
The text was updated successfully, but these errors were encountered:
Hello. I would like to write a deploy log to my server, to see who deploy what and when.
I am not shure if there are variables defined for the stuff i would need for it, thats why I am asking. The variables I would need are: name (username or git name), current git hash, (current git commit message).
I would like to do something like this:
This might be a very special usecase, but I would appreciate your help.
btw, Thanks for the value mina is giving us. We are using it for about 3 months now and are probably about 1k-2k deploys in. So much time saved. Thanks guys
The text was updated successfully, but these errors were encountered: