changed structure and added drone ci
This commit is contained in:
18
.drone.yaml
Normal file
18
.drone.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
type: docker
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
||||
steps:
|
||||
- name: Terraform FMT PR
|
||||
image: hashicorp/terraform:1.5
|
||||
environment:
|
||||
|
||||
command:
|
||||
- "-chdir=infrastructure fmt -diff -check"
|
||||
when:
|
||||
event:
|
||||
- pull_request
|
||||
Reference in New Issue
Block a user