This commit is contained in:
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
@ -0,0 +1,9 @@
|
||||
pipeline:
|
||||
requirements:
|
||||
image: composer
|
||||
commands:
|
||||
- composer install
|
||||
deploy:
|
||||
image: php
|
||||
commands:
|
||||
- ./backup show
|
Reference in New Issue
Block a user