Skip to content

Add a 'Post-Deployment Script' Feature #79

@softworkz

Description

@softworkz

Problem

Sometimes there are additional steps that need to be performed after a successful deployment.

Example

You may need to mark additional binaries or scripts as executable, like

chmod +x .electron/node_modules/electron/dist/electron

Proposed Solution

Add a PostDeploymentScript property to the debug profile (multiline text, no wrap) where users can enter sh commands.

After deployment, execute this script via SSH.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions