feat: add presentation

This commit is contained in:
2024-01-08 14:24:20 +00:00
parent e00e07a057
commit 682376de56
10 changed files with 677 additions and 0 deletions

18
.drone.yml Normal file
View File

@@ -0,0 +1,18 @@
---
kind: pipeline
type: exec
name: Build and deploy
steps:
- name: Build Presentation
commands:
- cd presentation
- marp presentation.md -o index.html
- cp * /home/andr3/services/notes/presentation
trigger:
branch:
- main
node:
lights: builder