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