Another attempt to get the env var in the config
This commit is contained in:
parent
1834c8440e
commit
7a4234d411
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue