Fix Woodpecker CI configuration format
This commit is contained in:
parent
1fbc281245
commit
78e7372476
|
@ -1,5 +1,5 @@
|
||||||
pipeline:
|
steps:
|
||||||
build:
|
- name: build
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: registry.example.com/ploughshares
|
repo: registry.example.com/ploughshares
|
||||||
|
@ -17,7 +17,7 @@ pipeline:
|
||||||
event: [push, tag]
|
event: [push, tag]
|
||||||
branch: [main, master]
|
branch: [main, master]
|
||||||
|
|
||||||
deploy:
|
- name: deploy
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
|
@ -34,7 +34,7 @@ pipeline:
|
||||||
event: [push, tag]
|
event: [push, tag]
|
||||||
branch: [main, master]
|
branch: [main, master]
|
||||||
|
|
||||||
notify:
|
- name: notify
|
||||||
image: plugins/slack
|
image: plugins/slack
|
||||||
settings:
|
settings:
|
||||||
webhook:
|
webhook:
|
||||||
|
|
Loading…
Reference in New Issue