Skip to content

Allow a command to be executed after the Docker image has been built and before deployment. #3904

Description

@rroblf01

What problem will this feature address?

When working with Django and databases, I often have to wait for the deployment to complete, then access the container through a terminal and run "python manage.py migrate".

Describe the solution you'd like

It would be great if the project settings included a box where I could enter the command I want to execute. Something like adding a command to the initContainers of a Kubernetes manifest.

Describe alternatives you've considered

It would be helpful if you could provide some documentation on how to modify the manifest so I can add the command I want to execute.

Additional context

No response

Will you send a PR to implement it?

Maybe, need help

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions