Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
prod: # execute this target on the production server in the nix-shell
cd franklincce; python3 manage.py collectstatic
cd franklincce; yes yes | python3 manage.py collectstatic
sh gen_kb.sh
sed "s|change_me|$(shell dd if=/dev/urandom bs=1024 count=1|base64)|g" .env.prod.orig > .env.prod
docker-compose -f docker-compose.prod.yml up -d --build

View File

@ -24,7 +24,7 @@ This is a component -- I'm only using this because:
·
{% if legislation.country %}
<a href="/explorer/countries/{{ legislation.country.id }}"></a>
<a href="/explorer/countries/{{ legislation.country.id }}">{{ legislation.country }}</a>
&middot;
{% endif %}