For the moment dcycle assumes that if you have a module under git, then that is the module you are developing. However it is possible that you are using git to fetch modules not directly related to your current development, which may cause some confusion.

Comments

alberto56’s picture

Title: Don't auto-discover the type (website vs. module) -- define it explicitely » Make type (website vs. module) and module definition more explicit.
Category: bug » feature

For the module it will be possible to add this to your settings.php file:

$conf['dcycle'] = array(
  'modules' => array(
    'mysite_deploy' => array(),
  ),
);

Based on the module dcycle will determine that you are developing a website. Not ideal, so I'm leaving this open even after committing.