Fixed config overwrite by drone
This commit is contained in:
parent
85a8296278
commit
6ec92f68e5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pipeline:
|
|||
commands:
|
||||
- npm install
|
||||
- npm run lint
|
||||
- "echo '{\"VIKUNJA_API_BASE_URL\": \"api/v1/\"}' > /srv/app/src/public/config.json" # Override config
|
||||
- "echo '{\"VIKUNJA_API_BASE_URL\": \"api/v1/\"}' > /srv/app/src/git.kolaente.de/vikunja/frontend/public/config.json" # Override config
|
||||
- npm run build
|
||||
when:
|
||||
event: [push, tag, pull_request]
|
||||
|
|
Loading…
Reference in a new issue