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