reference some env

This commit is contained in:
Paul Schneider 2021-06-20 06:41:26 +01:00
commit c88dccd950

View file

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