Generalize Drone config

This commit is contained in:
Lauri Võsandi 2022-02-09 12:33:43 +02:00
parent ddc73ad30c
commit 6b977a09b4
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ steps:
- name: backend
image: plugins/docker
settings:
repo: harbor.k-space.ee/k-space/log-viewer
repo: harbor.k-space.ee/${DRONE_REPO}
registry: harbor.k-space.ee
context: backend/
dockerfile: backend/Dockerfile
@ -18,7 +18,7 @@ steps:
- name: frontend
image: plugins/docker
settings:
repo: harbor.k-space.ee/k-space/log-viewer-frontend
repo: harbor.k-space.ee/${DRONE_REPO}-frontend
registry: harbor.k-space.ee
context: frontend/
dockerfile: frontend/Dockerfile