feat: fix deprecated warning
ci/woodpecker/push/woodpecker Pipeline was successful Details

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
1 changed files with 10 additions and 9 deletions

View File

@ -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]