Skip to content

Commit 611f47d

Browse files
committed
fix: test case for post_start on composable
1 parent 72ec7de commit 611f47d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

validator/schema/upsun.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,11 @@
247247
"type": "string",
248248
"title": "The command used to start the application",
249249
"description": "It will be restarted if it terminates. Do not use on PHP unless using a custom persistent process like React PHP or FrankenPHP. \nSee note: \nhttps://docs.upsun.com/anchors/app/reference/web/commands/start/"
250+
},
251+
"post_start": {
252+
"type": "string",
253+
"title": "A command executed after the application is started",
254+
"description": "More information: \nhttps://docs.upsun.com/anchors/app/reference/web/commands/"
250255
}
251256
},
252257
"additionalProperties": false,

0 commit comments

Comments
 (0)