From b30e98eb755dccbe70af5dc3e04b9b8ce9f91843 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Thu, 1 Nov 2018 12:13:04 +0100 Subject: [PATCH] Drone CI, gitbase.de --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..577168c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +pipeline: + build_ui: + image: node + commands: + - npm install + - npm run build