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 - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -