changed names and repos
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
cami 2021-07-12 02:27:31 +02:00
parent c9a01ac68e
commit 6d044c3271

View file

@ -2,10 +2,10 @@ kind: pipeline
name: backend
steps:
- name: docker
- name: backend
image: plugins/docker
settings:
repo: cami/Bachelorthesis_Code
repo: caminsha/behaviobio
dockerfile: backend/Dockerfile
username:
from_secret: DOCKER_USERNAME
@ -23,10 +23,10 @@ kind: pipeline
name: frontend
steps:
- name: docker
- name: frontend
image: plugins/docker
settings:
repo: cami/Bachelorthesis_Code
repo: caminsha/behaviobio
dockerfile: frontend/Dockerfile
username:
from_secret: DOCKER_USERNAME