Created
October 26, 2018 05:33
-
-
Save kresnasatya/ba904af72cc848401ce6913cc0e3b13f to your computer and use it in GitHub Desktop.
Staging_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; | |
desc('Copy env staging value'); | |
task('copy_env:staging_value', function() { | |
run('cp /home/deployer/env-laravel/laravel-basic/staging/.env /var/www/test-laravel-basic/shared/'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment