Bachelorthesis_Code/.drone.yml
cami 4266bb2723
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
doing things..
2021-07-12 02:43:08 +02:00

38 lines
621 B
YAML

kind: pipeline
name: backend
steps:
- 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