diff --git a/.drone.yml b/.drone.yml index 5ad5ca7..395e4ff 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: