Skip to content

Commit 0d7b1a2

Browse files
committed
add heroku files
1 parent fc124fe commit 0d7b1a2

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: gunicorn app:app --log-file -

runtime.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python-3.7.3

templates/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,14 @@ <h5 class="modal-title" id="aboutModalLabel">About Data Space</h5>
124124
<script src="{{ url_for('static', filename='js/dataspace.js') }}"></script>
125125

126126
<!-- google analytics -->
127+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-8096804-15"></script>
128+
<script>
129+
window.dataLayer = window.dataLayer || [];
130+
function gtag() { dataLayer.push(arguments); }
131+
gtag('js', new Date());
132+
133+
gtag('config', 'UA-8096804-15');
134+
</script>
135+
127136
</body>
128137
</html>

0 commit comments

Comments
 (0)