added drone
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-08-12 01:04:25 +02:00
parent df881c07e1
commit a53173766c
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
2 changed files with 30 additions and 0 deletions

29
.drone.yml Normal file
View File

@ -0,0 +1,29 @@
kind: pipeline
name: default
type: docker
steps:
- name: server
image: plugins/docker
environment:
DOCKER_BUILDKIT: 1
settings:
username: kasperhermansen
password:
from_secret:
docker_secret
repo: kasperhermansen/cuddle
tags: latest
context: .
dockerfile: templates/build_cuddle_image.Dockerfile
cache_from: kasperhermansen/cuddle:latest
- name: send telegram notification
image: appleboy/drone-telegram
settings:
token:
from_secret: telegram_token
to: 2129601481
format: markdown
when:
status: [failure]

View File

@ -1 +1,2 @@
.cuddle/
.git/