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
|
||||
name: backend
|
||||
name: linux-amd64
|
||||
|
||||
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
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue