fill out Procedure execute types

This commit is contained in:
mbecker20
2024-08-11 02:38:15 -07:00
parent d4fc015494
commit 94da1dce99
@@ -491,14 +491,28 @@ const default_enabled_execution: () => Types.EnabledExecution = () => ({
const EXECUTION_TYPES: Types.Execution["type"][] = [
"RunBuild",
"Deploy",
"RestartContainer",
"StartContainer",
"PauseContainer",
"UnpauseContainer",
"StopContainer",
"StopAllContainers",
"RemoveContainer",
"DeployStack",
"StartStack",
"RestartStack",
"PauseStack",
"UnpauseStack",
"StopStack",
"DestroyStack",
"CloneRepo",
"PullRepo",
"BuildRepo",
"RunProcedure",
"RunSync",
"PruneContainers",
"PruneImages",
"PruneNetworks",
"Sleep",
];