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:
deploy:
image: python
when:
event: push
branch: master
commands:
- make ci-deploy
secrets: [ GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET ]
steps:
deploy:
image: python
when:
event: push
branch: master
commands:
- echo foo
- make ci-deploy
secrets: [GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET]