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:
|
deploy:
|
||||||
image: python
|
image: python
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: master
|
branch: master
|
||||||
commands:
|
commands:
|
||||||
- make ci-deploy
|
- echo foo
|
||||||
secrets: [ GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET ]
|
- make ci-deploy
|
||||||
|
secrets: [GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET]
|
||||||
|
|
Loading…
Reference in a new issue