Skip to content

Include VS Code task to deploy on Openshift for exported Camel Quarkus project #2305

@apupier

Description

@apupier

The task will be something like:

        {
            "label": "Deploy on OpenShift",
            "type": "shell",
            "command": "./mvnw",
            "args": [
                "package",
                "-Dquarkus.kubernetes.deploy=true"
            ],
            "problemMatcher": [],
            "presentation": {
                "reveal": "always"
            }
        }

would be interesting having it for Spring Boot too

initially https://issues.redhat.com/browse/FUSETOOLS2-2536

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions