Setup CI. Verify nginx config

This commit is contained in:
2023-11-09 00:36:05 +01:00
parent b2cae0db9a
commit a7dbac8ef6

15
.drone.yml Normal file
View File

@@ -0,0 +1,15 @@
---
kind: pipeline
type: docker
name: Verify
platform:
os: linux
arch: amd64
steps:
- name: Verify nginx confiy
image: nginx:1.25-bookworm
commands:
- nginx -t