mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
Move provision.php up one level
This commit is contained in:
parent
c40a1bc428
commit
127be410cb
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
# provision
|
# provision
|
||||||
|
|
||||||
[Source](/recipe/provision/provision.php)
|
[Source](/recipe/provision.php)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Deployer;
|
namespace Deployer;
|
||||||
|
|
||||||
require __DIR__ . '/provision/provision.php';
|
require __DIR__ . '/provision.php';
|
||||||
require __DIR__ . '/deploy/check_remote.php';
|
require __DIR__ . '/deploy/check_remote.php';
|
||||||
require __DIR__ . '/deploy/cleanup.php';
|
require __DIR__ . '/deploy/cleanup.php';
|
||||||
require __DIR__ . '/deploy/clear_paths.php';
|
require __DIR__ . '/deploy/clear_paths.php';
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace Deployer;
|
namespace Deployer;
|
||||||
|
|
||||||
require __DIR__ . '/php.php';
|
require __DIR__ . '/provision/php.php';
|
||||||
require __DIR__ . '/website.php';
|
require __DIR__ . '/provision/website.php';
|
||||||
|
|
||||||
use Deployer\Exception\GracefulShutdownException;
|
use Deployer\Exception\GracefulShutdownException;
|
||||||
use function Deployer\Support\parse_home_dir;
|
use function Deployer\Support\parse_home_dir;
|
Loading…
x
Reference in New Issue
Block a user