Remove MySQL stuff

This commit is contained in:
Robert Marshall 2020-06-22 11:59:10 +01:00
parent 71db39ca74
commit 881e7fa59d
12 changed files with 21 additions and 212 deletions

View file

@ -18,13 +18,10 @@ steps:
environment:
ConnectionString:
from_secret: ConnectionString
MySQLConnectionString:
from_secret: MySQLConnectionString
commands:
- chmod +x ./build.sh
- ./build.sh
- sed -i "s/<DatabaseConnectionString>/$ConnectionString/g" output/appsettings.json
- sed -i "s/<MySQLConnectionString>/$MySQLConnectionString/g" output/appsettings.json
- cp api.blog.service output/
- cp -r ./output/* /output
- name: restart service