Files
hello-project/.drone.yml
lixulun 84428dc98d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
drone
2023-04-01 14:52:07 +08:00

17 lines
292 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
commands:
- go build
- name: push
image: plugins/go
settings:
username: ymzfb@readmarathon.com
password: 4&f_9DawwYKzT6?i
repo: registry.cn-shanghai.aliyuncs.com/readmarathon/hello-project