We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbf0d6 commit 49d2caeCopy full SHA for 49d2cae
.travis.yml
@@ -7,7 +7,7 @@ script:
7
- echo 'No linters, no tests...'
8
deploy:
9
provider: script
10
- script: python site.py deploy && ./.cloudflare_purge_cache.sh
+ script: python fedoralovespython.py deploy && ./.cloudflare_purge_cache.sh
11
on:
12
branch: master
13
repo: fedora-python/fedoralovespython.org
site.py renamed to fedoralovespython.py
@@ -2,7 +2,6 @@
2
3
import jinja2
4
import yaml
5
-from elsa import cli
6
from flask import Flask, render_template
from markdown import markdown
@@ -38,4 +37,5 @@ def read_yaml(filename):
38
37
39
40
if __name__ == '__main__':
+ from elsa import cli
41
cli(app, base_url='https://fedoralovespython.org')
0 commit comments