mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 13:15:19 +02:00
Move all deployment methods into their own section
This makes our support for each method explicit, and also allows us to add more deployment methods in the future. [ci skip]
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
"process-management": "deployment/process-management/",
|
||||
"remote-commands": "deployment/remote-commands/",
|
||||
|
||||
"deployment/buildpacks": "deployment/methods/buildpacks/",
|
||||
"deployment/dockerfiles": "deployment/methods/dockerfiles/",
|
||||
"deployment/images": "deployment/methods/images/",
|
||||
"configuration-management": "configuration/environment-variables/",
|
||||
"deployment/ssl-configuration": "configuration/ssl/",
|
||||
"dns": "configuration/dns/",
|
||||
|
||||
Reference in New Issue
Block a user