caddy-server/.drone.yml
mattburchett ae7f3dd545
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Update '.drone.yml'
2021-02-26 22:17:07 -06:00

13 lines
260 B
YAML

kind: pipeline
name: caddy-server
type: docker
steps:
- name: Build Caddy Server
image: golang
commands:
- go build -o caddy-server main.go
- name: Build Docker Image
image: gcr.io/kaniko-project/executor:debug
commands:
- pwd