Settings
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user