Skip to content

Instantly share code, notes, and snippets.

@stfsy
Last active January 5, 2022 17:28
Show Gist options
  • Save stfsy/7593823355eaf632d93d541bdb723aa4 to your computer and use it in GitHub Desktop.
Save stfsy/7593823355eaf632d93d541bdb723aa4 to your computer and use it in GitHub Desktop.
Folder structure for GitOps approach to global deployments
deployments/
├── france/
│ ├── checkout/
│ │ └── application.yml
│ ├── dashboard/
│ │ └── application.yml
│ └── login/
│ └── application.yml
├── germany/
│ ├── checkout/
│ │ └── application.yml
│ ├── dashboard/
│ │ └── application.yml
│ └── login/
│ └── application.yml
└── italy/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment