diff --git a/.woodpecker.yml b/.woodpecker.yml index 7b42f59..341de37 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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]