From 1834c8440e6ab9353a60aacfd24c5c9220728ea4 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 10:45:14 +0100 Subject: [PATCH] Fix variable useage and path for settings --- Infrastructure/.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index f5cbc6d..2e359a9 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' appsettings.json + - sed -i 's//$${ConnectionString}/g' output/appsettings.json - cp -r ./output/* /output \ No newline at end of file