diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e4d0d99..5df7c22 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -156,8 +156,10 @@ WDC.Api:deploy:
- dotnet restore "$env:SOL_NAME.sln"
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- # IIS OVH PROD
- - dotnet publish -p:PublishProfile=IIS-OVH-PROD.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=steamware -p:Password=$WDC_IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ # IIS OVH IIS01
+ - dotnet publish -p:PublishProfile=IIS-OVH-IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=steamware -p:Password=$WDC_IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ # IIS OVH IIS02
+ - dotnet publish -p:PublishProfile=IIS-OVH-IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=steamware -p:Password=$WDC_IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
WDC.UI:deploy:
stage: deploy
@@ -177,8 +179,10 @@ WDC.UI:deploy:
- dotnet restore "$env:SOL_NAME.sln"
script:
- dotnet build $env:APP_NAME/$env:APP_NAME.csproj
- # IIS OVH PROD
- - dotnet publish -p:PublishProfile=IIS-OVH-PROD.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=steamware -p:Password=$WDC_IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ # IIS OVH IIS01
+ - dotnet publish -p:PublishProfile=IIS-OVH-IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=steamware -p:Password=$WDC_IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
+ # IIS OVH IIS02
+ - dotnet publish -p:PublishProfile=IIS-OVH-IIS02.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=steamware -p:Password=$WDC_IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
## IIS PROD
#- dotnet publish -p:PublishProfile=IIS-PROD.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=$IIS_PWD -p:AllowUntrustedCertificate=true -p:verbosity=quiet $env:APP_NAME/$env:APP_NAME.csproj
diff --git a/WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-PROD.pubxml b/WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-IIS01.pubxml
similarity index 100%
rename from WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-PROD.pubxml
rename to WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-IIS01.pubxml
diff --git a/WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-PROD.pubxml.user b/WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-IIS01.pubxml.user
similarity index 100%
rename from WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-PROD.pubxml.user
rename to WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-IIS01.pubxml.user
diff --git a/WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-IIS02.pubxml b/WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-IIS02.pubxml
new file mode 100644
index 0000000..a84227b
--- /dev/null
+++ b/WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-IIS02.pubxml
@@ -0,0 +1,27 @@
+
+
+
+
+ MSDeploy
+ true
+ Release
+ Any CPU
+ https://wdc.egalware.com/UI/
+ false
+ c2109e71-4eae-4167-9052-175123ccc2bc
+ false
+ https://wdc-w-iis-02.ovh:8172/MsDeploy.axd
+ wdc.egalware.com/UI
+
+ false
+ WMSVC
+ true
+ true
+ steamware
+ <_SavePWD>true
+ <_TargetId>IISWebDeploy
+ net6.0
+
+
\ No newline at end of file
diff --git a/WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-IIS02.pubxml.user b/WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-IIS02.pubxml.user
new file mode 100644
index 0000000..d1e4d3b
--- /dev/null
+++ b/WebDoorCreator.UI/Properties/PublishProfiles/IIS-OVH-IIS02.pubxml.user
@@ -0,0 +1,12 @@
+
+
+
+
+ True|2024-02-13T16:56:27.4654255Z;True|2023-05-22T15:35:59.9735292+02:00;False|2023-05-22T15:33:39.4808724+02:00;True|2023-05-11T17:36:48.1468628+02:00;
+
+
+ AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAs/7D3mNhw0uqUXeNq4OiHAAAAAACAAAAAAADZgAAwAAAABAAAACQhhKbsfp+UTciHhrQH0GzAAAAAASAAACgAAAAEAAAAIwsEsbaK2BLsVBpap3Pa0oYAAAAyYg8C03gbwQgvT7iGggH24UdM5ET0UN8FAAAAHqaLNjIe/Ai9A1quKtegfN5FxtH
+
+
\ No newline at end of file
diff --git a/WebDoorCreator.UI/WebDoorCreator.UI.csproj b/WebDoorCreator.UI/WebDoorCreator.UI.csproj
index a45ee84..71a359e 100644
--- a/WebDoorCreator.UI/WebDoorCreator.UI.csproj
+++ b/WebDoorCreator.UI/WebDoorCreator.UI.csproj
@@ -13,7 +13,8 @@
- <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS-OVH-PROD.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS-OVH-IIS01.pubxml" />
+ <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS-OVH-IIS02.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS-PROD.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" />
<_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS02.pubxml" />
@@ -69,7 +70,8 @@
-
+
+