Meme-service/.drone.yml

29 lines
645 B
YAML
Raw Normal View History

2023-02-24 23:37:55 +00:00
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:
2023-02-24 23:42:43 +00:00
- master
2023-02-24 23:37:55 +00:00
- 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!
2023-03-01 01:36:19 +00:00
CLICK: https://drone.clortox.com/Infrastructure/Meme-service
2023-02-24 23:37:55 +00:00
TITLE: Meme API build