mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-27 02:52:29 -07:00
Add drone config
This commit is contained in:
8
.drone.yml
Normal file
8
.drone.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
Reference in New Issue
Block a user