chore: added woodpecker
This commit is contained in:
22
.woodpecker/my-first-workflow.yaml
Normal file
22
.woodpecker/my-first-workflow.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Test the file system
|
||||||
|
image: debian
|
||||||
|
commands:
|
||||||
|
- echo "This is the build step"
|
||||||
|
- echo "binary-data-123" > executable
|
||||||
|
|
||||||
|
- name: build the docker image
|
||||||
|
image: debian
|
||||||
|
commands:
|
||||||
|
- echo "This is the doceer step"
|
||||||
|
- echo "binary-data-123" > executable
|
||||||
|
|
||||||
|
- name: Push the docker image
|
||||||
|
image: debian
|
||||||
|
commands:
|
||||||
|
- echo "This is the push step"
|
||||||
|
- echo "binary-data-123" > executable
|
||||||
Reference in New Issue
Block a user