From 7a4234d411f17adbb0336d9e3d7a764baeef47e2 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 10:51:26 +0100 Subject: [PATCH] Another attempt to get the env var in the config --- Infrastructure/.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index 2e359a9..08b2d2b 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -23,5 +23,5 @@ steps: - apt-get install -y nodejs - chmod +x ./build.sh - ./build.sh - - sed -i 's//$${ConnectionString}/g' output/appsettings.json + - sed -i "s//$ConnectionString/g" output/appsettings.json - cp -r ./output/* /output \ No newline at end of file