Compare commits
No commits in common. "649c80b5fc23feea54569706993492371cbb81d9" and "8fec13cad47a51f4f650a9a9306650c2b4e9e25f" have entirely different histories.
649c80b5fc
...
8fec13cad4
1 changed files with 14 additions and 34 deletions
48
.drone.yml
48
.drone.yml
|
@ -1,37 +1,17 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: backend
|
name: linux-amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: backend
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
repo: caminsha/behaviobio
|
repo: cami/Bachelorthesis_Code
|
||||||
dockerfile: backend/Dockerfile
|
username:
|
||||||
username:
|
from_secret: DOCKER_USERNAME
|
||||||
from_secret: DOCKER_USERNAME
|
password:
|
||||||
password:
|
from_secret: DOCKER_SECRET
|
||||||
from_secret: DOCKER_SECRET
|
when:
|
||||||
when:
|
branch:
|
||||||
branch:
|
- main
|
||||||
- main
|
event:
|
||||||
event:
|
- push
|
||||||
- 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
|
|
||||||
|
|
Loading…
Reference in a new issue