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)