diff --git a/src/Rocketeer/Tasks/Deploy.php b/src/Rocketeer/Tasks/Deploy.php index 201dabd4b..719a5184b 100644 --- a/src/Rocketeer/Tasks/Deploy.php +++ b/src/Rocketeer/Tasks/Deploy.php @@ -55,6 +55,9 @@ public function execute() $this->steps()->executeTask('Test'); } + // Synchronize shared folders and files + $this->steps()->syncSharedFolders(); + // Create release and set permissions $this->steps()->setApplicationPermissions(); @@ -63,9 +66,6 @@ public function execute() $this->steps()->executeTask('Migrate'); } - // Synchronize shared folders and files - $this->steps()->syncSharedFolders(); - // Run before-symlink events $this->steps()->fireEvent('before-symlink');