feat: init

This commit is contained in:
Aravinth Manivannan 2023-01-14 12:55:06 +05:30
commit dd35e9131b
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 14 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
public/
bin/
tmp
*~

10
.woodpecker.yml Normal file
View File

@ -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 ]