mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-11 08:01:13 +00:00
improve action responsiveness by improving when update is sent out rel to action state set
This commit is contained in:
@@ -48,6 +48,8 @@ impl Resolve<DeployStack, (User, Update)> for State {
|
||||
let _action_guard =
|
||||
action_state.update(|state| state.deploying = true)?;
|
||||
|
||||
update_update(update.clone()).await?;
|
||||
|
||||
let git_token = crate::helpers::git_token(
|
||||
&stack.config.git_provider,
|
||||
&stack.config.git_account,
|
||||
|
||||
Reference in New Issue
Block a user