Skip to content

Commit

Permalink
Update containers when new configuration is uploaded to make changes …
Browse files Browse the repository at this point in the history
…take effect
  • Loading branch information
mbr committed Jan 6, 2024
1 parent f0f8cfa commit 6433325
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/reverse_proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,9 @@ async fn route_request(
.await
.map_err(AppError::Internal)?;

// Update containers.
orchestrator.updated_published_set().await;

Ok(stored.into_response())
}
_ => Err(AppError::InternalUrlInvalid),
Expand Down

0 comments on commit 6433325

Please sign in to comment.