Another attempt to get the env var in the config

This commit is contained in:
Robert Marshall 2019-08-26 10:51:26 +01:00
parent 1834c8440e
commit 7a4234d411

View file

@ -23,5 +23,5 @@ steps:
- apt-get install -y nodejs
- chmod +x ./build.sh
- ./build.sh
- sed -i 's/<DatabaseConnectionString>/$${ConnectionString}/g' output/appsettings.json
- sed -i "s/<DatabaseConnectionString>/$ConnectionString/g" output/appsettings.json
- cp -r ./output/* /output