Point to correct service file

This commit is contained in:
Robert Marshall 2020-04-11 13:09:28 +01:00
parent da8fd62e6a
commit f1f7b821d0

View file

@ -22,7 +22,7 @@ steps:
- chmod +x ./build.sh
- ./build.sh
- sed -i "s/<DatabaseConnectionString>/$ConnectionString/g" output/appsettings.json
- cp Infrastructure/website.service output/
- cp api.blog.service output/
- cp -r ./output/* /output
- name: restart service
privileged: true