Skip to content

Commit

Permalink
Fix one deploy may be skipped as we only get the WebSiteBasic instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 committed Jun 15, 2023
1 parent 54e86a5 commit da88132
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void deploy(@Nonnull DeployType deployType, @Nonnull File targetFile,
@Nullable
public KuduDeploymentResult pushDeploy(@Nonnull DeployType deployType, @Nonnull File targetFile,
@Nullable DeployOptions deployOptions) {
final WebSiteBase remote = this.getRemote();
final WebSiteBase remote = this.getFullRemote();
if (remote instanceof SupportsOneDeploy) {
final com.azure.resourcemanager.appservice.models.DeployOptions options =
deployOptions == null ? null : AppServiceUtils.toDeployOptions(deployOptions);
Expand Down

0 comments on commit da88132

Please sign in to comment.