mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 19:35:38 -05:00
[GH-ISSUE #808] Feature Request: Ability to run multiline commands in pre- and post deploy #3580
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marrobHD on GitHub (Sep 5, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/808
Hi,
currently only single line commands work in pre- and post deploy commands.
A fix would be to save & execute Pre Deploy and Post Deploy as scripts. This would fix the limitation.
Example:
This will fail with
sh: 1: Syntax error: "&&" unexpected