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: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,22 @@ If you are using DigitalOcean spaces you need to set this setting to `false`.
170
170
171
171
*Default:*`true`
172
172
173
+
### didDeployMessage
174
+
175
+
A message that will be displayed after the index file has been successfully uploaded to S3. By default this message will only display if the revision for `revisionData.revisionKey` of the deployment context has been activated.
176
+
177
+
*Default:*
178
+
179
+
```javascript
180
+
if (context.revisionData.revisionKey&&!context.revisionData.activatedRevisionKey) {
181
+
return"Deployed but did not activate revision "+context.revisionData.revisionKey+". "
0 commit comments