-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request