diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f46ac26..9c533369 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -132,7 +132,6 @@ variables: stages: - build - test - - staging - deploy - installer - release @@ -153,8 +152,8 @@ test: script: - dotnet test -staging: - stage: staging +IIS01:deploy: + stage: deploy only: - develop needs: ["test"] @@ -165,7 +164,7 @@ staging: - dotnet publish -p:PublishProfile=IIS01.pubxml -p:RunCodeAnalysis=false -p:Configuration=Release -p:username=jenkins -p:Password=viadante16 -p:AllowUntrustedCertificate=true MP.Stats/MP.Stats.csproj -staging: +IIS02:deploy: stage: deploy only: - master @@ -196,7 +195,7 @@ staging: # - *hashBuildCore # - *nexusUploadCore -staging: +installer: stage: installer only: - develop