Fix: Use correct path in deployer config
This commit is contained in:
+2
-2
@@ -70,7 +70,7 @@ host('production')
|
|||||||
->set('composer_options', '--prefer-dist --no-progress --no-interaction --optimize-autoloader')
|
->set('composer_options', '--prefer-dist --no-progress --no-interaction --optimize-autoloader')
|
||||||
->set('rsync_src', __DIR__)
|
->set('rsync_src', __DIR__)
|
||||||
->set('rsync', $rsyncOptions)
|
->set('rsync', $rsyncOptions)
|
||||||
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_path}}/public/ --web-url=https://www.ep-reisen.de')
|
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://www.ep-reisen.de')
|
||||||
;
|
;
|
||||||
|
|
||||||
$sharedFilesStaging = get('shared_files');
|
$sharedFilesStaging = get('shared_files');
|
||||||
@@ -90,7 +90,7 @@ host('staging')
|
|||||||
->set('composer_options', '--prefer-dist --no-progress --no-interaction --optimize-autoloader')
|
->set('composer_options', '--prefer-dist --no-progress --no-interaction --optimize-autoloader')
|
||||||
->set('rsync_src', __DIR__)
|
->set('rsync_src', __DIR__)
|
||||||
->set('rsync', $rsyncOptions)
|
->set('rsync', $rsyncOptions)
|
||||||
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_path}}/public/ --web-url=https://staging.ep-reisen.de --web-basic-auth=ep:reisen')
|
->set('cachetool_args', '--web=SymfonyHttpClient --web-path={{release_or_current_path}}/public/ --web-url=https://staging.ep-reisen.de --web-basic-auth=ep:reisen')
|
||||||
->set('shared_files', $sharedFilesStaging)
|
->set('shared_files', $sharedFilesStaging)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user