summaryrefslogtreecommitdiff
path: root/app/Makefile
diff options
context:
space:
mode:
authorHorus32015-02-27 04:02:15 +0100
committerHorus32015-02-27 04:02:15 +0100
commit6837ddf68f13a1633ea868ab55d71389ca5bc175 (patch)
tree94fbfabdfa4506eb1b2dbf0067a7c0fa87f294c9 /app/Makefile
parent60767a3ea8190d3f070f3aae86c2d72ffb10cfd6 (diff)
downloadstatuspage-6837ddf68f13a1633ea868ab55d71389ca5bc175.tar.gz
Version 0.2. Sends E-Mails now. Also sticky post on index page to quickly inform people. Concatenated all CSS and JavaScript files.
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile
index c53bfbb..70a07b1 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -143,4 +143,11 @@ gen_config: _test_build
@echo "# Http" >> _env.sh
echo "export STATUS_HTTP_IP=$(STATUS_HTTP_IP)" >> _env.sh
echo "export STATUS_HTTP_PORT=$(STATUS_HTTP_PORT)" >> _env.sh
+ @echo ""
+ echo "export STATUS_SECRET=$(STATUS_SECRET)" >> _env.sh
+ @echo ""
+ @echo "# Smtp" >> _env.sh
+ echo "export STATUS_SMTP_MAILER=$(STATUS_SMTP_MAILER)" >> _env.sh
+ echo "export STATUS_SMTP_PASSWORD=$(STATUS_SMTP_PASSWORD)" >> _env.sh
+ echo "export STATUS_SMTP_ADRESS=$(STATUS_SMTP_ADRESS)" >> _env.sh
@chmod +x _env.sh