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