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