Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Deployment: Refactor into smaller modules
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Jul 26, 2020
1 parent baa3e1d commit 49f5b5a
Show file tree
Hide file tree
Showing 13 changed files with 710 additions and 662 deletions.
14 changes: 7 additions & 7 deletions src/harbor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
from .tasks.service import ServiceStopTask
from .tasks.service import WaitForServiceTask
from .tasks.listing import ListDefinedServices
from .tasks.deployment import DeploymentTask
from .tasks.deployment import UpdateFilesTask
from .tasks.deployment import CreateExampleDeploymentFileTask
from .tasks.deployment import ManageVagrantTask
from .tasks.deployment import EditVaultTask
from .tasks.deployment import EncryptVaultTask
from .tasks.deployment import EnvEncryptTask
from .tasks.deployment.apply import DeploymentTask
from .tasks.deployment.syncfiles import UpdateFilesTask
from .tasks.deployment.apply import CreateExampleDeploymentFileTask
from .tasks.deployment.vagrant import ManageVagrantTask
from .tasks.deployment.vault import EditVaultTask
from .tasks.deployment.vault import EncryptVaultTask
from .tasks.deployment.vault import EnvEncryptTask
from .tasks.diagnostic import DumpComposeArguments
from .tasks.diagnostic import DumpComposeConfigTask
from .tasks.gateway import ReloadGatewayTask
Expand Down
Loading

0 comments on commit 49f5b5a

Please sign in to comment.