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

master
Kurt92 5 months ago
parent 87bbf6a233
commit 9239ee0520

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

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

Loading…
Cancel
Save