feat: fix deprecated warning
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aravinth Manivannan 2024-02-19 19:52:43 +05:30
parent 825f3d8cdd
commit 2d205c6de1
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -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 ]
secrets: [GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET]