fix : 데브환경 배포 테스트중

master
Kurt92 5 months ago
parent 87bbf6a233
commit 9239ee0520

@ -78,9 +78,9 @@ public class WarSyncScheduler {
// todo : 데브환경 분기처리
SftpATTRS attrs = null;
if(activeProfile.equals("prod")){
sftp.lstat(REMOTE_CC_WAR_PATH);
attrs = sftp.lstat(REMOTE_CC_WAR_PATH);
} else {
sftp.lstat(REMOTE_CC_WAR_DEV_PATH);
attrs = sftp.lstat(REMOTE_CC_WAR_DEV_PATH);
}
long remoteSize = attrs.getSize();
int remoteMtime = attrs.getMTime();

@ -33,11 +33,11 @@ esb:
cp:
codeName: WORKER
groupCode: INFO
detailCode: DEV
detailCode: TEST
ep:
codeName: WORKER
groupCode: INFO
detailCode: DEV
detailCode: TEST
logging:
level:

Loading…
Cancel
Save