Skip to content

Instantly share code, notes, and snippets.

@michielgerritsen
Created July 3, 2017 17:30
Show Gist options
  • Save michielgerritsen/b4163ce5e82ee7989dca4a5f13762aef to your computer and use it in GitHub Desktop.
Save michielgerritsen/b4163ce5e82ee7989dca4a5f13762aef to your computer and use it in GitHub Desktop.
Laravel Envoyer and Wordpress deployments - https://www.michiel-gerritsen.com/laravel-envoyer-wordpress/
  1. Go to Deployment Hooks -> Clone new release -> After this action -> Add Hook and add this line:
ln -s {{project}}/storage/wp-config.php {{release}}/wp-config.php
  1. Add this configuration under Linked Folders:
wp-content/uploads -> storage/wp-content/uploads	
@plcosta
Copy link

plcosta commented Jul 21, 2017

Thanks man! That's exactly the setup I'm was looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment