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

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -