소스 검색

修改部署文件

魏超 5 년 전
부모
커밋
e0c49be51b
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8
    2
      pom.xml

+ 8
- 2
pom.xml 파일 보기

@@ -148,9 +148,15 @@
148 148
 			</properties>
149 149
 		</profile>
150 150
 		<profile>
151
-			<id>prod</id>
151
+			<id>prod-blue</id>
152 152
 			<properties>
153
-				<profiles.active>prod</profiles.active>
153
+				<profiles.active>prod-blue</profiles.active>
154
+			</properties>
155
+		</profile>
156
+		<profile>
157
+			<id>prod-green</id>
158
+			<properties>
159
+				<profiles.active>prod-green</profiles.active>
154 160
 			</properties>
155 161
 		</profile>
156 162
 		<profile>