Settings
This commit is contained in:
parent
f6f3473346
commit
b17ee8be75
55 changed files with 124 additions and 1251 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue