feat: setup CI to build website

change-homepage-tagline
Aravinth Manivannan 2022-04-08 17:57:00 +05:30
parent 860f4cf8a2
commit 22820a4684
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 6 additions and 0 deletions

6
.woodpecker.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
backend:
image: debian
commands:
- make env
- make build