alfred-nutile-inc / env-deployer

Makes deploying Env super easy
13 stars 1 forks source link

Sharing should have a way to not share some environments #1

Open alnutile opened 9 years ago

alnutile commented 9 years ago

User should be able to share but remove @prod for example

php artisan envdeployer:share --not-including=@prod

This would allow it to be easier to share depending on the level of access that developer has

So by default when you do 'push' only the values are pushed to the environment. But share would send over an exact copy of your .env

The user would do

php artisan envdeployer:share get 

to get it and at the moment it will cause a deletion of the file