Point to correct service file
This commit is contained in:
parent
da8fd62e6a
commit
f1f7b821d0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ steps:
|
||||||
- chmod +x ./build.sh
|
- chmod +x ./build.sh
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
- sed -i "s/<DatabaseConnectionString>/$ConnectionString/g" output/appsettings.json
|
- sed -i "s/<DatabaseConnectionString>/$ConnectionString/g" output/appsettings.json
|
||||||
- cp Infrastructure/website.service output/
|
- cp api.blog.service output/
|
||||||
- cp -r ./output/* /output
|
- cp -r ./output/* /output
|
||||||
- name: restart service
|
- name: restart service
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue