mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-06 08:55:40 -05:00
[GH-ISSUE #227] [Feature] Post Deploy #8293
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 @NeurekaSoftware on GitHub (Dec 17, 2024).
Original GitHub issue: https://github.com/moghtech/komodo/issues/227
Hey, I see that Komodo has a Pre Deploy option to run shell commands before running docker compose up. I'd like to see a Post Deploy option as well.
My use case is running migrations for GitLab's new container registry metadata database. It doesn't yet run migrations automatically between updates. It seems this would be a great option for Komodo!
@sliots commented on GitHub (Dec 18, 2024):
I also have the same requirement, I want to execute "chmod" command after deployment
@mbecker20 commented on GitHub (Dec 18, 2024):
Got it, should be trivial to implement fortunately.