freescout-support/Modules/ApiWebhooks/Docs/source/config.php
Rouie Ilustrisimo 309cac053a slack
2025-05-11 13:59:20 +08:00

26 lines
No EOL
561 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Deployment configuration
|--------------------------------------------------------------------------
|
| Here you can configure your deployment type.
| Right now, the only deployment type available is "git"
|
*/
'deployment' => [
'type' => 'git',
'repository' => '',
'branch' => 'gh-pages',
'message' => 'Site updated: ' . strftime('%YYYY-%MM-%DD %HH:%mm:%ss')
]
];