From f1f7b821d03a7e1fb5b54831439d0d2a51bc9db3 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Sat, 11 Apr 2020 13:09:28 +0100 Subject: [PATCH] Point to correct service file --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6a59287..e2b7e72 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - chmod +x ./build.sh - ./build.sh - sed -i "s//$ConnectionString/g" output/appsettings.json - - cp Infrastructure/website.service output/ + - cp api.blog.service output/ - cp -r ./output/* /output - name: restart service privileged: true