Merge pull request 'feature/cicd' () from feature/cicd into main

Reviewed-on: 
This commit is contained in:
cami 2021-07-12 00:13:19 +00:00
commit 8fec13cad4

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