fix: CI: rewrite librepages/forms address
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
4272ea103a
commit
764de46015
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ pipeline:
|
|||
- rustup component add clippy
|
||||
# rewrite conducotr configuration
|
||||
- sed -i 's%url = "http:\/\/localhost:5000"%url = "http:\/\/librepages-conductor:5000"%' config/default.toml
|
||||
- sed -i 's%url = "http:\/\/localhost:6000"%url = "http:\/\/librepages-forms:6000"%' config/default.toml
|
||||
- make dev-env
|
||||
- make migrate
|
||||
- make lint
|
||||
|
|
Loading…
Reference in a new issue