Make deploy path absolute
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ add('shared_files', [
|
||||
server('production', 'dreipunktnull.com')
|
||||
->user('ssh-438277-ep-reisen')
|
||||
->forwardAgent()
|
||||
->set('deploy_path', '~/{{application}}')
|
||||
->set('deploy_path', '/kunden/13174_42857/kunden/typo3sites/ep-reisen/{{application}}')
|
||||
->set('bin/php', '/usr/local/bin/php5-56STABLE-CLI')
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user