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
Something is written on each deploy (see resources/config/model.js#L63) but it isn't sorted in a way that's useful to be presented in a time-sorted "deployment history" interface.
Something is written on each deploy (see resources/config/model.js#L63) but it isn't sorted in a way that's useful to be presented in a time-sorted "deployment history" interface.
Perhaps something like:
key: journal!1429102560
value: { "event": "deploy", "timestamp": 1429102560, "key": "deploy!myservice!1" }
There may be other event types that warrant journaling, hence the "type" field.
The text was updated successfully, but these errors were encountered: