|
|
@@ -84,6 +84,7 @@ public class AppConfig extends BaseEntity implements Cloneable {
|
|
|
this.appId = appConfigDto.getAppId();
|
|
|
this.appName = appConfigDto.getAppName();
|
|
|
this.appType = appConfigDto.getAppType();
|
|
|
+ this.env = appConfigDto.getEnv();
|
|
|
this.appRepo = appConfigDto.getAppRepo();
|
|
|
this.repoBranch = appConfigDto.getRepoBranch();
|
|
|
this.enabled = true;
|