From 8ca5b4ee7e229ccedd95838ef2b6eedb31a8c702 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 11:00:30 +0100 Subject: [PATCH] Copy service file --- Infrastructure/.drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index 08b2d2b..9722d4f 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -24,4 +24,5 @@ steps: - chmod +x ./build.sh - ./build.sh - sed -i "s//$ConnectionString/g" output/appsettings.json + - cp Infrastructure/website.service output/ - cp -r ./output/* /output \ No newline at end of file