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
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/revisions/_header.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
## Revisions
2
2
3
-
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.
3
+
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.
4
4
5
5
Revision are created when the following is changed:
6
6
7
-
* A new droplet is created for an app
7
+
* A new droplet is deployed for an app
8
8
9
-
* An app's environment variables are changed
9
+
* An app is deployed with new environment variables
10
10
11
-
* The custom start command for an app is added or changed
11
+
* The app is deployed with a new or changed custom start command
0 commit comments