bunkerweb/examples/wordpress/tests.json

21 lines
291 B
JSON
Raw Normal View History

{
"name": "wordpress",
"kinds": [
"docker",
2022-08-17 12:01:18 +00:00
"autoconf",
"swarm",
"kubernetes",
"linux"
],
"timeout": 60,
2022-08-05 12:17:38 +00:00
"delay": 120,
"no_copy_container": true,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "wordpress"
}
]
2022-08-17 12:01:18 +00:00
}