add Manual
This commit is contained in:
22
deploy.php
Normal file
22
deploy.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
namespace Deployer;
|
||||
|
||||
require 'recipe/symfony.php';
|
||||
|
||||
// Config
|
||||
|
||||
set('repository', 'https://gitbase.de/OrangeJungle/CdsConnector.git');
|
||||
|
||||
add('shared_files', []);
|
||||
add('shared_dirs', []);
|
||||
add('writable_dirs', []);
|
||||
|
||||
// Hosts
|
||||
|
||||
host('connector.orangejungle.eu')
|
||||
->set('remote_user', 'orangejungle')
|
||||
->set('deploy_path', '~/CdsConnector');
|
||||
|
||||
// Hooks
|
||||
|
||||
after('deploy:failed', 'deploy:unlock');
|
||||
Reference in New Issue
Block a user