mirror of
https://github.com/Nutomic/ibis.git
synced 2025-02-04 21:04:42 +00:00
restore db
This commit is contained in:
parent
8746e31413
commit
334321a133
1 changed files with 7 additions and 1 deletions
|
@ -42,7 +42,6 @@ steps:
|
||||||
check_diesel_schema:
|
check_diesel_schema:
|
||||||
image: willsquire/diesel-cli
|
image: willsquire/diesel-cli
|
||||||
environment:
|
environment:
|
||||||
CARGO_HOME: .cargo_home
|
|
||||||
DATABASE_URL: postgres://ibis:password@database:5432/ibis
|
DATABASE_URL: postgres://ibis:password@database:5432/ibis
|
||||||
commands:
|
commands:
|
||||||
- diesel migration run
|
- diesel migration run
|
||||||
|
@ -103,3 +102,10 @@ steps:
|
||||||
from_secret: github_token
|
from_secret: github_token
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
|
|
||||||
|
services:
|
||||||
|
database:
|
||||||
|
image: postgres:15.2-alpine
|
||||||
|
environment:
|
||||||
|
POSTGRES_USER: ibis
|
||||||
|
POSTGRES_PASSWORD: password
|
Loading…
Reference in a new issue