Skip to content
Snippets Groups Projects
Commit 81b9b420 authored by Tim Neumann's avatar Tim Neumann
Browse files

Clear settings_secrets.py before writing in case we ran before

As suggested in review
parent 7491218c
No related branches found
No related tags found
1 merge request!91Add Dockerfile and dependencies
......@@ -13,6 +13,7 @@ if [ "$SECRET_KEY" == "" ] ;then
exit 1
fi
echo "" > ./AKPlanning/settings_secrets.py # Reset file in case we ran before
echo "SECRET_KEY = '$SECRET_KEY'" >> ./AKPlanning/settings_secrets.py
echo "HOSTS = $HOSTS" >> ./AKPlanning/settings_secrets.py
echo "DB_NAME = '$DB_NAME'" >> ./AKPlanning/settings_secrets.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment