Skip to content

Instantly share code, notes, and snippets.

@kresnasatya
Created October 26, 2018 05:31
Show Gist options
  • Save kresnasatya/49f41c5a6c45c95489cb0f7d050cb7df to your computer and use it in GitHub Desktop.
Save kresnasatya/49f41c5a6c45c95489cb0f7d050cb7df to your computer and use it in GitHub Desktop.
My_recipe setup for Laravel Deployer
<?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