feature/cicd #134

Merged
cami merged 5 commits from feature/cicd into main 2021-07-12 00:13:19 +00:00

17
.drone.yml Normal file
View file

@ -0,0 +1,17 @@
kind: pipeline
name: linux-amd64
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