See git commit hash of running Dokku app? -


i running dokku app in production , need know version of app running on server.

is possible dokku?

there's no need plugin.

all apps in dokku git bare repositories. connect server, switch app directory (mine in /home/dokku/<app-name>) , run git log. should trick well.


Comments

Popular posts from this blog

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - UML - How would you draw a try catch in a sequence diagram? -

c++ - No viable overloaded operator for references a map -