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