mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-10-29 17:50:26 +00:00
Setup CI. Verify nginx config
This commit is contained in:
15
.drone.yml
Normal file
15
.drone.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user