8677r5eju added initial .drone.yml
This commit is contained in:
16
.drone.yml
Normal file
16
.drone.yml
Normal 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"
|
||||||
Reference in New Issue
Block a user