Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 752 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 752 Bytes

DevOps & Swarm-mode

Build Status

The repository concept for managing all services as code (IaC). Git submodules use for updates only (pull-mode like as Repo).

Deployment

Deploy on swarm

Every service will be deployed separately with same the stack name. You can see all stacks in services folder. You can see all environments in ansible environments folder.

./deploy "$STACK" "$ENV" # optionally "$GROUP"