woodpecker: empezar a probar CD
This commit is contained in:
parent
b204314c6c
commit
943dcfdd22
1 changed files with 9 additions and 0 deletions
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
pipeline:
|
||||||
|
deploy:
|
||||||
|
image: docker.io/alpine:3.14
|
||||||
|
commands:
|
||||||
|
- apk add openssh-client-default make bubblewrap
|
||||||
|
- pwd
|
||||||
|
when:
|
||||||
|
event: push
|
||||||
|
branch: staging-cd
|
Loading…
Reference in a new issue