mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-04-27 14:12:23 +08:00
26 lines
No EOL
561 B
PHP
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')
|
|
|
|
]
|
|
]; |