|
|
@@ -3,9 +3,9 @@
|
|
|
// - Branches: main / dev -> deploy
|
|
|
// others -> build/test only
|
|
|
// - Agent: CTL-Window-Server (Node v24)
|
|
|
-// - Deploy path: F:\IIS\ANTOOZA\Front
|
|
|
+// - Deploy path: C:\workspace\IIS\antooza-front (서버 관례)
|
|
|
// - Process: WinSW service 'antooza-frontend' (node server.js on :3000)
|
|
|
-// - IIS: ANTOOZA-Front site reverse-proxies HTTPS:443 -> 127.0.0.1:3000
|
|
|
+// - IIS: antooza-front site (URL Rewrite) reverse-proxies :80 -> 127.0.0.1:3000
|
|
|
// =====================================================================
|
|
|
|
|
|
pipeline {
|
|
|
@@ -18,8 +18,8 @@ pipeline {
|
|
|
}
|
|
|
|
|
|
environment {
|
|
|
- DEPLOY_ROOT = 'F:\\IIS\\ANTOOZA\\Front'
|
|
|
- RELEASES = 'F:\\IIS\\ANTOOZA\\_releases'
|
|
|
+ DEPLOY_ROOT = 'C:\\workspace\\IIS\\antooza-front'
|
|
|
+ RELEASES = 'C:\\workspace\\IIS\\_releases'
|
|
|
SVC_NAME = 'antooza-frontend'
|
|
|
}
|
|
|
|