Skip to content

Commit 9b0730c

Browse files
authored
Merge pull request #93 from EmicoEcommerce/issue/invalid-configuration-symlink
2 parents 7d2950d + 31c9601 commit 9b0730c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Deployer/Task/PlatformConfiguration/NginxTask.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@ public function configureWithTaskConfig(TaskConfigurationInterface $config): ?Ta
3737

3838
task('deploy:nginx', [
3939
'deploy:nginx:prepare',
40-
'deploy:nginx:manage_vhost',
4140
'deploy:nginx:upload',
4241
'deploy:nginx:sync',
4342
'deploy:nginx:cleanup',
4443
]);
4544

4645
before('deploy:symlink', 'deploy:nginx');
46+
after('deploy:symlink', 'deploy:nginx:manage_vhost');
47+
4748
foreach ($this->getRegisteredTasks() as $taskName) {
4849
after('deploy:nginx:prepare', $taskName);
4950
}

0 commit comments

Comments
 (0)