From 75d7c4e8ce26463cb76e9e5ea897a8d2eaba10f0 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 18 Oct 2022 20:23:37 +0530 Subject: [PATCH] feat: init ci --- .woodpecker.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .woodpecker.yml 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 ]