Make deploy path absolute

This commit is contained in:
Björn Fromme
2018-08-06 20:55:02 +02:00
parent 7707becab5
commit 4574016324
+1 -1
View File
@@ -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')
;