trying to change the type to docker
This commit is contained in:
parent
a662c733f0
commit
db3db3d38d
42
.drone.yml
42
.drone.yml
@ -1,21 +1,29 @@
|
||||
---
|
||||
#kind: pipeline
|
||||
#type: exec
|
||||
#name: default
|
||||
#
|
||||
#steps:
|
||||
# - name: default
|
||||
# commands:
|
||||
# - echo hello world
|
||||
# - name: default
|
||||
# commands:
|
||||
# - echo hello world
|
||||
#
|
||||
#trigger:
|
||||
# branch:
|
||||
# - main
|
||||
#
|
||||
##node:
|
||||
# #lights: builder
|
||||
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: Build and Deploy
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
- name: test
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello world
|
||||
- name: greeting
|
||||
commands:
|
||||
- echo hello world
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
||||
#node:
|
||||
#lights: builder
|
||||
...
|
||||
|
||||
- echo hello
|
||||
- echo world
|
||||
|
Loading…
Reference in New Issue
Block a user