Skip to content

Commit

Permalink
Plugins must be installed before refreshing the stack
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Nov 9, 2021
1 parent 9bab75d commit fd9dde8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ public async Task<CommandResult> DeployStack(IStackConfiguration<T> configuratio
);
await configuration.ConfigureStack(appStack, appSettings, options);

Information("Refreshing stack {Stack}", options.Stack);
await appStack.RefreshAsync();

Information("Installing plugins");
await configuration.InstallPlugins(appStack.Workspace);

Information("Refreshing stack {Stack}", options.Stack);
await appStack.RefreshAsync();

if (options.Preview) {
return await Preview(appStack, options);
Expand Down

0 comments on commit fd9dde8

Please sign in to comment.