Open charlievaughan-zz opened 9 years ago
I'm interested too if this is possible. Any ideas?
It'd be cool for sure :)
Meanwhile, you can use Multiple Environments.
thing1:
[...]
path:
local: "deploy1/"
remote: "public_html/"
thing2:
[...]
path:
local: "deploy2/"
remote: "public_html/"
thing3:
[...]
path:
local: "deploy3/"
remote: "public_html/"
And deploy it like this:
dploy thing1 thing2 thing3
I guess it'd be necessary to repeat host
, user
and pass
though.
What I would like to do is specify multiple sub-directories to deploy too, something like this:
Although I originally thought this worked, I now realise only the last path works as each subsequent path specified overrides the last.