Generalize Drone config

This commit is contained in:
2022-02-15 19:37:04 +02:00
parent ddc73ad30c
commit 6b977a09b4
+2 -2
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