fix: bulid with DATABASE_URL unset and apply migrations
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
98e3a9d810
commit
ee23632e90
2 changed files with 0 additions and 5 deletions
|
@ -11,7 +11,6 @@ pipeline:
|
||||||
# rewrite conducotr configuration
|
# rewrite conducotr configuration
|
||||||
- sed -i 's%url = "http:\/\/localhost:5000"%url = "http:\/\/librepages-conductor:5000"%' config/default.toml
|
- sed -i 's%url = "http:\/\/localhost:5000"%url = "http:\/\/librepages-conductor:5000"%' config/default.toml
|
||||||
- make dev-env
|
- make dev-env
|
||||||
- make build
|
|
||||||
- make migrate
|
- make migrate
|
||||||
- make lint
|
- make lint
|
||||||
- make test
|
- make test
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -7,10 +7,6 @@ default: ## Debug build
|
||||||
$(call cache_bust)
|
$(call cache_bust)
|
||||||
cargo run -- serve
|
cargo run -- serve
|
||||||
|
|
||||||
build: ## Debug build
|
|
||||||
$(call cache_bust)
|
|
||||||
cargo build
|
|
||||||
|
|
||||||
cache-bust: ## Run cache buster on static assets
|
cache-bust: ## Run cache buster on static assets
|
||||||
$(call cache_bust)
|
$(call cache_bust)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue