- Add .drone.yml file to configure CI/CD pipeline - Set up Docker build and push to private registry - Add deployment configuration for development and production environments - Include health check and environment variable support
8 lines
154 B
JSON
8 lines
154 B
JSON
{
|
|
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
|
"spaces": 2,
|
|
"generator-cli": {
|
|
"version": "7.10.0"
|
|
}
|
|
}
|