Update ci
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dominic Grimm 2023-02-12 11:25:32 +01:00
parent f155e0e7f9
commit 7281b536a0
No known key found for this signature in database
GPG Key ID: 6F294212DEAAC530
4 changed files with 2 additions and 6 deletions

View File

@ -9,7 +9,7 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
- make ci
- BUILDKIT_PROGRESS=plain docker compose build
volumes:
- name: dockersock

2
.env
View File

@ -1,2 +0,0 @@
POSTGRES_USER="blog"
POSTGRES_PASSWORD="blog"

1
.gitignore vendored
View File

@ -1 +1,2 @@
blog/
.env

View File

@ -4,6 +4,3 @@ all: build
build:
docker compose build
ci:
BUILDKIT_PROGRESS=plain docker compose build