factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

Allow environment variables for hosts #56

Closed stmh closed 5 years ago

stmh commented 5 years ago

Currently only dockerHosts can have environment variables. It would be neat to extend that feature to hosts

d34dman commented 5 years ago

@stmh this will be of great value. This will allow us to use custom scripts with Acquia Dev Desktop setup. Right now using drush command inside custom script doesn't work.

stmh commented 5 years ago

check your custom scripts that drush is used via #!drush, then custom scripts will work with the current solution

d34dman commented 5 years ago

Ah! that makes it a lot easier :) thanks.

stmh commented 5 years ago

as learned from a different project, environment variables set on the container are not available when running drush, so this gets a higher priority