feat: remove base

This commit is contained in:
2023-04-02 12:11:49 +02:00
parent 92812a8862
commit 0971cd1c10
19 changed files with 0 additions and 218 deletions

View File

@@ -1,28 +0,0 @@
kind: pipeline
name: default
type: docker
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: blog
image: plugins/docker
settings:
username: kasperhermansen
password:
from_secret:
docker_secret
repo: kasperhermansen/kasperhermansen-blog
tags: latest
- name: send telegram notification
image: appleboy/drone-telegram
settings:
token:
from_secret: telegram_token
to: 2129601481
format: markdown
depends_on:
- blog
when:
status: [failure, success]