From f7b375ad506b83b65cb7dbe6df432a8ee825cd70 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 11 Aug 2021 20:52:50 +0100 Subject: [PATCH] isnapikey --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f664a49..83eec2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ deploy-to-isn: script: - dotnet pack --configuration Release --no-restore - cd src/isn - - dotnet run push -s $NUGETSOURCE -k $NUGETSOURCEAPIKEY ../*/bin/Release/*.nupkg + - dotnet run push -s $ISNSOURCE -k $ISNAPIKEY ../*/bin/Release/*.nupkg environment: name: production url: https://isn.pschneider.fr