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

14 lines
272 B
YAML

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