Compare commits

...

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

2 changed files with 0 additions and 11 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
tmp/

View File

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