diff --git a/.buildbot/deploy/03-allowed_hosts.sh b/.buildbot/deploy/03-allowed_hosts.sh new file mode 100644 index 0000000..d467522 --- /dev/null +++ b/.buildbot/deploy/03-allowed_hosts.sh @@ -0,0 +1 @@ +echo "ALLOWED_HOSTS = ['*']" >> conf/settings.py diff --git a/.buildbot/deploy/10-collectstatic.sh b/.buildbot/deploy/10-collectstatic.sh new file mode 100644 index 0000000..125d422 --- /dev/null +++ b/.buildbot/deploy/10-collectstatic.sh @@ -0,0 +1 @@ +python manage.py collectstatic --no-input diff --git a/.buildbot/deploy/99-trigger_wsgi_reload.sh b/.buildbot/deploy/99-trigger_wsgi_reload.sh new file mode 100644 index 0000000..817be12 --- /dev/null +++ b/.buildbot/deploy/99-trigger_wsgi_reload.sh @@ -0,0 +1 @@ +touch conf/wsgi.py