Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

praekelt/sideloader

Repository files navigation

Sideloader

Turn (python related) github repos into deb files (using fpm) and put them into a repo.

Look at this repo to see how it deploys itself (meta!)

Create a .deploy.yaml file in your repository along the lines of ::

buildscript: buildsomething.sh
preinstall: preinstall.sh
postinstall: syncdb.sh
nginx:
 - mysite/mysite-nginx.conf
supervisor:
 - mysite/mysite-supervisor.conf
pip:
 - gunicorn
 - django
dependencies:
 - nginx

Most of these are optional of course. Whatever your build script does it must put the result into ./build/

Then connect it to your CI system somehow

About

Turn special github repos into deb files and whack them into a repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published