dep & tags
This commit is contained in:
parent
6520d8e4cc
commit
7da74b0dfb
1 changed files with 8 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ publish:
|
|||
tags:
|
||||
- dotnet
|
||||
stage: deploy
|
||||
dependencies:
|
||||
- nonreg
|
||||
artifacts:
|
||||
paths:
|
||||
- src/isnd/bin/Release/netcoreapp2.1/publish/
|
||||
|
|
@ -29,6 +31,8 @@ deploy-to-gitlab:
|
|||
tags:
|
||||
- dotnet
|
||||
stage: deploy
|
||||
dependencies:
|
||||
- nonreg
|
||||
artifacts:
|
||||
paths:
|
||||
- src/*/bin/Release/*.nupkg
|
||||
|
|
@ -40,6 +44,8 @@ deploy-to-gitlab:
|
|||
- dotnet nuget push src/*/bin/Release/*.nupkg -s gitlab
|
||||
deploy-to-isn:
|
||||
stage: deploy
|
||||
tags:
|
||||
- dotnet
|
||||
artifacts:
|
||||
paths:
|
||||
- src/*/bin/Release/*.nupkg
|
||||
|
|
@ -51,6 +57,8 @@ deploy-to-isn:
|
|||
environment:
|
||||
name: production
|
||||
url: $ISNSOURCE
|
||||
dependencies:
|
||||
- nonreg
|
||||
stages:
|
||||
- test
|
||||
- deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue