8677r5eju added initial .drone.yml

This commit is contained in:
Bastian de Byl
2023-04-06 23:34:18 -04:00
parent b08b64f5b2
commit bc56b4d16a

16
.drone.yml Normal file
View File

@@ -0,0 +1,16 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang:1.20.3-nanoserver
commands:
- go mod tidy
- CGO_ENABLED=0 go build -tags=netgo
- name: deploy-dev
image: bdebyl/awscli:latest
commands:
- echo "yolo"