Skip to content

Commit 32babd3

Browse files
heroku deploy 2
1 parent 10903bc commit 32babd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web:gunicorn C-Compiler-Code-Generation-CI-CD.wsgi
1+
web: gunicorn C-Compiler-Code-Generation-CI-CD.wsgi

codeGen/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# SECURITY WARNING: don't run with debug turned on in production!
2626
DEBUG = True
2727

28-
ALLOWED_HOSTS = ['127.0.0.1','compiler-ci-cd.herokuapp.com/']
28+
ALLOWED_HOSTS = ['127.0.0.1', 'compiler-ci-cd.herokuapp.com/']
2929

3030

3131
# Application definition

0 commit comments

Comments
 (0)