Skip to content

developer-cli deploy never triggers the Main system deployment #907

Description

@raix

Contact Details

No response

Bug description

Problem

TriggerAndMonitorWorkflows in developer-cli/Commands/DeployCommand.cs starts only three workflows:

StartGithubWorkflow("Cloud Infrastructure - Deployment", "cloud-infrastructure.yml");
StartGithubWorkflow("Account - Build and Deploy", "account.yml");
StartGithubWorkflow("AppGateway - Build and Deploy", "app-gateway.yml");

main.yml is missing, so the Main self-contained system is never deployed by developer-cli deploy. Account and AppGateway deploy; Main stays on the
placeholder image.

Fix

Add the Main workflow (it already has workflow_dispatch, like Account):

StartGithubWorkflow("Main - Build and Deploy", "main.yml");

Workaround

gh workflow run main.yml --ref main


Severity

Low

Is this bug security related?

  • This bug is related to security

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions