realaravinth
658dfd9f53
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
9 lines
202 B
YAML
9 lines
202 B
YAML
pipeline:
|
|
deploy:
|
|
image: python
|
|
when:
|
|
event: push
|
|
branch: master
|
|
commands:
|
|
- make ci-deploy
|
|
secrets: [ LIBREPAGES_DEPLOY_SECRET ]
|