From 8452cdd8771cdb4ff8320dc21cfb01ca40719ac4 Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Fri, 27 Dec 2019 11:33:35 +0100 Subject: [PATCH] start the integration with drone. (not functional yet). --- .drone.yml | 10 ++++++++++ README.md | 7 +++++++ 2 files changed, 17 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..759c539 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +pipeline: + build: + image: registry.nadal-fr.com:443/buildroot_dev + environment: + USERNAME: + from_secret: registry_username + PASSWORD: + from_secret: registry_password + commands: + - pwd && ls diff --git a/README.md b/README.md index 2a33472..04ebc0e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# Domo-iot + + +[![Build Status](https://drone.nadal-fr.com/api/badges/rpi/domo/status.svg)](https://drone.nadal-fr.com/rpi/domo) + + + https://auth0.com/docs/flows/guides/device-auth/call-api-device-auth https://github.com/kozross/awesome-c