ADD: support for heinzelwerk CI/CD chain
This commit is contained in:
1
.buildbot/deploy/01-install.sh
Normal file
1
.buildbot/deploy/01-install.sh
Normal file
@@ -0,0 +1 @@
|
||||
pip install -e .
|
||||
5
.buildbot/deploy/02-setup.sh
Normal file
5
.buildbot/deploy/02-setup.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
django-dav-admin setup env/django
|
||||
python env/django/manage.py enable_module dav_auth
|
||||
python env/django/manage.py enable_module dav_events
|
||||
python env/django/manage.py enable_module dav_registration
|
||||
python env/django/manage.py enable_module dav_event_office
|
||||
1
.buildbot/deploy/03-allowed_hosts.sh
Normal file
1
.buildbot/deploy/03-allowed_hosts.sh
Normal file
@@ -0,0 +1 @@
|
||||
echo "ALLOWED_HOSTS = ['*']" >> env/django/main/settings.py
|
||||
1
.buildbot/deploy/10-collectstatic.sh
Normal file
1
.buildbot/deploy/10-collectstatic.sh
Normal file
@@ -0,0 +1 @@
|
||||
python manage.py collectstatic --no-input
|
||||
1
.buildbot/deploy/99-trigger_wsgi_reload.sh
Normal file
1
.buildbot/deploy/99-trigger_wsgi_reload.sh
Normal file
@@ -0,0 +1 @@
|
||||
touch conf/wsgi.py
|
||||
Reference in New Issue
Block a user