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
<p>Revisions represent code used by an application at a specific time. The most recent revision for a running application represents code and configuration currently running in Cloud Foundry.</p>
16000
+
<p>Revisions represent code used by an application at a specific time. The most recent revision for a running application represents code and configuration currently running in Cloud Foundry. Revisions are not created for Tasks.</p>
16001
16001
16002
16002
<p>Revision are created when the following is changed:</p>
16003
16003
16004
16004
<ul>
16005
-
<li><p>A new droplet is created for an app</p></li>
16006
-
<li><p>An app’s environment variables are changed</p></li>
16007
-
<li><p>The custom start command for an app is added or changed</p></li>
16005
+
<li><p>A new droplet is deployed for an app</p></li>
16006
+
<li><p>An app is deployed with new environment variables</p></li>
16007
+
<li><p>The app is deployed with a new or changed custom start command</p></li>
16008
16008
<li><p>An app rolls back to a prior revision</p></li>
0 commit comments