diff --git a/.drone.yml b/.drone.yml index 395e4ff..b9fd54e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ pipeline: commands: - cd frontend/ - rm siteconfig.json - - echo \'{"API_URL": "/api/v1/"}\' > siteconfig.json + - "echo '{\"API_URL\": \"/api/v1/\"}' > siteconfig.json" - npm install - npm run build when: