We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6e635 commit 33828b1Copy full SHA for 33828b1
index.ts
@@ -139,6 +139,7 @@ function convertServiceInputs(inputs: DefangServiceInputs): pb.Service {
139
service.setAliasesList(publicNetwork?.aliases ?? []);
140
} else if (privateNetwork !== undefined) {
141
service.setNetworks(pb.Network.PRIVATE);
142
+ service.setAliasesList(privateNetwork?.aliases ?? []);
143
}
144
service.setDeploy(deploy);
145
service.setPlatform(
0 commit comments