reference some env

broken/ef
Paul Schneider 3 years ago
parent 963ce8579c
commit c88dccd950
1 changed files with 3 additions and 0 deletions

@ -49,6 +49,9 @@ deploy-to-apple:
- dotnet pack --configuration Release --no-restore - dotnet pack --configuration Release --no-restore
- cd src/nuget-cli - cd src/nuget-cli
- dotnet run push -s $NUGETSOURCE -k $NUGETSOURCEAPIKEY ../*/bin/Release/*.nupkg - dotnet run push -s $NUGETSOURCE -k $NUGETSOURCEAPIKEY ../*/bin/Release/*.nupkg
environment:
name: production
url: https://apple.pschneider.fr
stages: stages:
- build - build
- test - test

Loading…