diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab6f41d..3905875 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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