bunkerweb/examples/drupal/tests.json
2022-08-08 13:57:00 +02:00

19 lines
No EOL
252 B
JSON

{
"name": "drupal",
"kinds": [
"docker",
"autoconf",
"swarm",
"kubernetes"
],
"no_copy_container": true,
"timeout": 60,
"delay": 60,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "drupal"
}
]
}