This commit is contained in:
Paul Schneider
2021-08-15 12:59:31 +01:00
parent f6f3473346
commit b17ee8be75
55 changed files with 125 additions and 1252 deletions

View File

@ -46,10 +46,10 @@ deploy-to-isn:
script:
- dotnet pack --configuration Release --no-restore
- cd src/isn
- dotnet run push -s $ISNSOURCE -k $ISNAPIKEY ../*/bin/Release/*.nupkg
- find -name "*.nupkg" -exec dotnet run push -s $ISNSOURCE -k $ISNAPIKEY {} \;
environment:
name: production
url: https://isn.pschneider.fr
url: $ISNSOURCE
stages:
- test
- deploy