diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..4bc7577 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,10 @@ +pipeline: + build: + image: python + when: + event: [ push, pull_request, tag, deployment ] + commands: + - make env + - make + - make ci-deploy + secrets: [ GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET ]