Merge pull request 'doing some things' (#135) from enhancement/cicd into main
Some checks failed
continuous-integration/drone/push Build is failing

Reviewed-on: #135
This commit is contained in:
cami 2021-07-12 00:34:15 +00:00
commit 649c80b5fc

View file

@ -1,17 +1,37 @@
kind: pipeline
name: linux-amd64
name: backend
steps:
- name: docker
image: plugins/docker
settings:
repo: cami/Bachelorthesis_Code
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_SECRET
when:
branch:
- main
event:
- push
- name: backend
image: plugins/docker
settings:
repo: caminsha/behaviobio
dockerfile: backend/Dockerfile
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_SECRET
when:
branch:
- main
event:
- push
---
kind: pipeline
name: frontend
steps:
- name: frontend
image: plugins/docker
settings:
repo: caminsha/behaviobio
dockerfile: frontend/Dockerfile
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_SECRET
when:
branch:
- main
event:
- push