mirror of
https://github.com/deployphp/deployer.git
synced 2025-03-11 08:49:40 +01:00
Back to master
This commit is contained in:
parent
54059c2cdd
commit
c7e6ebf86d
2
bin/dep
2
bin/dep
@ -99,7 +99,7 @@ set_include_path($includePath . PATH_SEPARATOR . get_include_path());
|
|||||||
// Deployer constants
|
// Deployer constants
|
||||||
define('DEPLOYER', true);
|
define('DEPLOYER', true);
|
||||||
define('DEPLOYER_BIN', __FILE__);
|
define('DEPLOYER_BIN', __FILE__);
|
||||||
define('DEPLOYER_VERSION', '7.0.0-beta.31');
|
define('DEPLOYER_VERSION', '7.0.0-master');
|
||||||
define('DEPLOYER_DEPLOY_FILE', $deployFile);
|
define('DEPLOYER_DEPLOY_FILE', $deployFile);
|
||||||
define('DEPLOYER_ROOT', getenv('DEPLOYER_ROOT') !== false ? getenv('DEPLOYER_ROOT') : dirname($deployFile));
|
define('DEPLOYER_ROOT', getenv('DEPLOYER_ROOT') !== false ? getenv('DEPLOYER_ROOT') : dirname($deployFile));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user