更新 .drone.yml
Docker Deploy / build-and-deploy (push) Successful in 1m52s Details

This commit is contained in:
root 2024-07-13 16:39:01 +08:00
parent 2ec95b8ce9
commit fdb45446a9
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: test name: greeting
steps:
- name: en
image: alpine
commands:
- echo hello world