From 25f78aa5f3936213426ec818fc3c76a83f9dbdf2 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Thu, 20 Feb 2020 23:26:29 -0800 Subject: [PATCH] remove deploy step --- .drone.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 92dfbaa..88edb6d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,14 +19,3 @@ steps: commands: - dotnet build -c Release - dotnet test -c Release - -- name: deploy - image: mcr.microsoft.com/dotnet/core/sdk:3.1 - environment: - API_KEY: - from_secret: API_KEY - commands: - - dotnet nuget push /build/NETPhysFS/bin/Release/MoonTools.NETPhysFS.*.nupkg -s https://api.nuget.org/v3/index.json -k $API_KEY - when: - ref: - - refs/tags/*.*.*