1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-02-04 20:44:41 +00:00

restore db

This commit is contained in:
Felix Ableitner 2024-12-09 12:30:24 +01:00
parent 8746e31413
commit 334321a133

View file

@ -42,7 +42,6 @@ steps:
check_diesel_schema:
image: willsquire/diesel-cli
environment:
CARGO_HOME: .cargo_home
DATABASE_URL: postgres://ibis:password@database:5432/ibis
commands:
- diesel migration run
@ -103,3 +102,10 @@ steps:
from_secret: github_token
when:
- event: tag
services:
database:
image: postgres:15.2-alpine
environment:
POSTGRES_USER: ibis
POSTGRES_PASSWORD: password