From c7a45af28ff54bc0d4e41f804922c30df65d965b Mon Sep 17 00:00:00 2001 From: alex-phillips Date: Sat, 14 Dec 2019 14:00:17 -0500 Subject: [PATCH] added drone file for automated building while testing --- .drone.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..908fb47 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,20 @@ +--- +kind: pipeline +name: linux-amd64 + +platform: + os: linux + arch: amd64 + +steps: +- name: publish_image + image: plugins/docker + settings: + auto_tag: true + auto_tag_suffix: linux-amd64 + dockerfile: Dockerfile + username: + from_secret: docker_username + password: + from_secret: docker_password + repo: alexphillips/wikijs