feat: init
This commit is contained in:
commit
dd35e9131b
2 changed files with 14 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
public/
|
||||||
|
bin/
|
||||||
|
tmp
|
||||||
|
*~
|
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal 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 ]
|
Loading…
Reference in a new issue