Aravinth Manivannan
2d205c6de1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
10 lines
202 B
YAML
10 lines
202 B
YAML
steps:
|
|
deploy:
|
|
image: python
|
|
when:
|
|
event: push
|
|
branch: master
|
|
commands:
|
|
- echo foo
|
|
- make ci-deploy
|
|
secrets: [GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET]
|