feat: fix deprecated warning
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
825f3d8cdd
commit
2d205c6de1
1 changed files with 10 additions and 9 deletions
|
@ -1,9 +1,10 @@
|
|||
pipeline:
|
||||
steps:
|
||||
deploy:
|
||||
image: python
|
||||
when:
|
||||
event: push
|
||||
branch: master
|
||||
commands:
|
||||
- echo foo
|
||||
- make ci-deploy
|
||||
secrets: [GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET]
|
||||
|
|
Loading…
Reference in a new issue