diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..73bdbe6 --- /dev/null +++ b/.drone.yml @@ -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