Compare commits

..

2 Commits

Author SHA1 Message Date
eeeaafd970 Add basic CI pipeline
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: Noah Knegt <git@noahknegt.com>
2023-03-30 14:01:59 +02:00
c37e46b9dd Rename to site from base
Signed-off-by: Noah Knegt <git@noahknegt.com>
2023-03-30 13:44:25 +02:00
2 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: ansible
steps:
- name: ansible check
image: plugins/ansible:3
settings:
check: true

View File