From 27fd7d3b2408f11c2cc9f0ff69e35adde203f211 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 21 Jun 2021 18:28:46 +0200 Subject: [PATCH] fix yaml --- .gitlab-ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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