diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a965de4 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +kind: pipeline +type: kubernetes +name: default + +steps: + - name: hello + image: alpine + commands: + - echo "Pipeline läuft!" + - echo "Repo: ${DRONE_REPO}" + - echo "Branch: ${DRONE_BRANCH}" \ No newline at end of file