Изменен адрес деплоя
This commit is contained in:
parent
2116dd9dcd
commit
449c693eff
12
deploy.php
12
deploy.php
@ -4,12 +4,20 @@ namespace Deployer;
|
||||
|
||||
require 'recipe/common.php';
|
||||
|
||||
host('vakhrushev.me')
|
||||
->user('deployer')
|
||||
host('homepage.vakhrushev.me')
|
||||
->user('homepage')
|
||||
->stage('production')
|
||||
->set('deploy_path', '/var/www/homepage')
|
||||
;
|
||||
|
||||
host('192.168.50.10')
|
||||
->stage('test')
|
||||
->user('homepage')
|
||||
->set('deploy_path', '/var/www/homepage')
|
||||
->addSshOption('UserKnownHostsFile', '/dev/null')
|
||||
->addSshOption('StrictHostKeyChecking', 'no')
|
||||
;
|
||||
|
||||
// Saved releases
|
||||
set('keep_releases', 2);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user