Compare commits

...

No commits in common. "librepages" and "master" have entirely different histories.

2 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
tmp/

10
.woodpecker.yml Normal file
View File

@ -0,0 +1,10 @@
steps:
deploy:
image: python
when:
event: push
branch: master
commands:
- echo foo
- make ci-deploy
secrets: [GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET]