From 7a17b0d22c8408173d9b285581a7097a329be689 Mon Sep 17 00:00:00 2001 From: shim_ <> Date: Sun, 13 Jan 2019 16:47:15 +0100 Subject: [PATCH] drone --- .drone.yml | 17 +++++++++++++++++ README.md | 1 + 2 files changed, 18 insertions(+) create mode 100644 .drone.yml create mode 100644 README.md diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..53ee104 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,17 @@ +kind: pipeline +name: default + +steps: + - name: git-modules + image: alpine/git + commands: + - git submodule update --recursive --remote --init + - name: docker + image: plugins/docker + repo: repo.shimun.net/shimun/wireguard-user + registry: repo.shimun.net + cache_from: repo.shimun.net/shimun/wireguard-user + username: + from_secret: docker_username + password: + from_secret: docker_password diff --git a/README.md b/README.md new file mode 100644 index 0000000..486152e --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +[![Build Status](https://ci.shimun.net/api/badges/shimun/wireguard-user/status.svg)](https://ci.shimun.net/shimun/wireguard-user)