Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #688 from tony13tv/patch-1
Browse files Browse the repository at this point in the history
FIX: Permissions applied before file sharing
  • Loading branch information
Anahkiasen committed Aug 4, 2016
2 parents 423116c + 0f54373 commit ef29590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Rocketeer/Tasks/Deploy.php
Expand Up @@ -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();

Expand All @@ -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');

Expand Down

0 comments on commit ef29590

Please sign in to comment.