flogic / whiskey_disk

Whiskey Disk: embarrassingly fast deployments.

Home Page:https://www.pivotaltracker.com/projects/202125/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multi-project deployments example

rienswagerman opened this issue · comments

The docs say:

"You can do multi-project deployments, specifying deployment data in a single deploy.yml config file".

Is there an example for a deploy.yml file for multi-project deployments?

If I'm correct it should be possible to deploy multiple git projects within one deploy command?

That README line may well be misleading. If I recall correctly, that's simply saying that you can have various different projects' deployment information all in a single deploy.yml file (particularly useful if it's remote and centralized). At any given time, however, only one project at a time can be deployed on a single deploy command.

Thanks for clearing this up.