From 8ef03e64c6045a628ead5be57b876584be2e75db Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 24 Feb 2023 18:37:55 -0500 Subject: [PATCH] Add drone file --- .drone.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..77593da --- /dev/null +++ b/.drone.yml @@ -0,0 +1,32 @@ +kind: pipeline +name: default + +steps: + - name: docker + image: plugins/docker + settings: + username: + from_secret: dockerhub_username + password: + from_secret: dockerhub_password + repo: + from_secret: dockerhub_repo + tags: latest + when: + branch: + - main + event: + - push + exclude: + - pull_request + - name: notify + image: clortox/drone-ntfy + settings: + URL: https://ntfy.clortox.com + USERNAME: drone + PASSWORD: + from_secret: ntfy_password + TOPIC: drone-builds + MESSAGE: Meme API build finished! + CLICK: https://drone.clortox.com/Infrastructure/Meme-Service + TITLE: Meme API build