Skip to content

Commit c6c03f0

Browse files
committed
deploy to fly.io again
1 parent 962888b commit c6c03f0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

fly.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ kill_timeout = "5s"
2525
OPTIMAP_EMAIL_HOST = "smtp.ionos.de"
2626
OPTIMAP_EMAIL_HOST_IMAP = "imap.ionos.de"
2727
OPTIMAP_EMAIL_HOST_USER = "login@optimap.science"
28-
OPTIMAP_EMAIL_IMAP_SENT_FOLDER = "\"Gesendete Objekte\""
28+
OPTIMAP_EMAIL_IMAP_SENT_FOLDER = "Gesendete Objekte"
2929
OPTIMAP_EMAIL_PORT_IMAP = "993"
3030
OPTIMAP_EMAIL_PORT_SMTP = "587"
3131
OPTIMAP_EMAIL_USE_TLS = "true"
32-
OPTIMAP_LOGGING_CONSOLE_LEVEL = "DEBUG"
32+
OPTIMAP_LOGGING_LEVEL = "DEBUG"
33+
DJANGO_LOGGING_LEVEL = "WARNING"
3334
PORT = "8000"
3435

3536
[[services]]

release_command.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/sh -e
2-
python manage.py migrate
3-
python manage.py createcachetable
2+
#python manage.py migrate
3+
#python manage.py createcachetable
4+
echo "Release does nothing anymore, all in etc/manage-and-run.sh"
5+

0 commit comments

Comments
 (0)