Fixed backend step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dominic Grimm 2022-01-23 09:16:44 +01:00
parent 5bc10f8aaf
commit b69bcbb23f

View file

@ -16,7 +16,7 @@ steps:
---
kind: pipeline
type: docker
name: api
name: backend
steps:
- name: ameba
image: veelenga/ameba
@ -36,7 +36,7 @@ steps:
commands:
- cp .example.env .env
- cd docker/
- docker build --build-arg BUILD_ENV=development api
- docker build --build-arg BUILD_ENV=development backend
depends_on:
- ameba
- pgsanity