Skip to content
  • 20th (Victor Nikulshin)'s avatar
    Move 'deploy' command into deploy.py · aeb7befe
    20th (Victor Nikulshin) authored
    If function 'deploy' is defined in __init__.py it masks the imported module
    with the same name. Placing it into deploy.py file is more logical
    structure-wise.
    
    To make sure that the command is still accessible by its old name, it is marked
    as a default task for 'deploy' module.
    aeb7befe