Created
October 26, 2018 05:31
-
-
Save kresnasatya/49f41c5a6c45c95489cb0f7d050cb7df to your computer and use it in GitHub Desktop.
My_recipe setup for Laravel Deployer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Deployer; | |
task('artisan:generate', function() { | |
run('{{bin/php}} {{release_path}}/artisan key:generate'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment