Skip to content

Instantly share code, notes, and snippets.

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