diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-26 22:59:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-26 22:59:41 -0300 |
commit | 2cdb30e7b964f98d20859055a6d312e935db90ab (patch) | |
tree | 72e4fd118a8aa76ec5d79dc8acf2535ebeaed9ed /web | |
parent | 49fdca8fefd3767644355b2525e2d818cb64fa2d (diff) | |
download | tools-2cdb30e7b964f98d20859055a6d312e935db90ab.tar.gz tools-2cdb30e7b964f98d20859055a6d312e935db90ab.tar.bz2 tools-2cdb30e7b964f98d20859055a6d312e935db90ab.tar.xz tools-2cdb30e7b964f98d20859055a6d312e935db90ab.zip |
Do not transfer news.html to webserver, but keep generating it
Diffstat (limited to 'web')
-rwxr-xr-x | web/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/deploy.sh b/web/deploy.sh index a1b0fbb..8f96076 100755 --- a/web/deploy.sh +++ b/web/deploy.sh @@ -1,4 +1,4 @@ ./news_to_html.py ./newsfeed.py -cp news.html ../../web/ +#cp news.html ../../web/ cp feed.xml ../../web/ |