Deploy History

Hi,

Is there like a history log to see when and which commit the last deployment to a certain env. was made?
Let say that you have not been deploying to a server for a while and forgot when and what you deployed or just want to make sure your commit was deployed after deployments is done?

There are no deployment logs but I can suggest an Ansible role I made for Slack.
Might not be exactly what you’re looking for, but one of the reasons I use it is similar to your question.


It shows the current Bedrock commit at the time of deployment.

With that in mind, if you have a channel solely for deployment alerts, you can kinda keep track of things there.

Another thing I do is just SSH into the server and check the date on the releases like this:

ls -ldc ~/public/releases/
1 Like

A while ago @swalkinshaw started working on something that would add a logfile to the server along with a WP plugin that would display the deploy log. This is something we might re-visit soon!

1 Like

This topic was automatically closed after 42 days. New replies are no longer allowed.