Skip to content

Commit 7b9d3df

Browse files
committedJun 19, 2017
[UPD] Settings for production server
1 parent 42f0e53 commit 7b9d3df

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
 

‎pelicanconf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
AUTHOR = u'Lennart Jongeneel'
66
SITENAME = u'Coineva'
7-
SITEURL = 'http://localhost:8000'
8-
# SITEURL = 'http://coineva.com'
7+
# SITEURL = 'http://localhost:8000'
8+
SITEURL = 'http://coineva.com'
99
SITETITLE = 'Coineva'
1010
SITESUBTITLE = 'Cryptocurrency Code Factory'
1111
SITEDESCRIPTION = 'bitcoin stuff'

‎publishconf.py

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from pelicanconf import *
1212

1313
SITEURL = 'http://coineva.com'
14-
# SITEURL = 'http://localhost:8000'
1514
RELATIVE_URLS = False
1615

1716
FEED_ALL_ATOM = 'feeds/all.atom.xml'

‎update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22

3-
#WEBSITEDIR='/home/lennart/code/web-coineva'
43
WEBSITEDIR='/var/www/web-coineva'
54

65
source ~/.virtualenvs/web1200/bin/activate
76

87
cd $WEBSITEDIR
8+
git pull
99
rm -r output
1010
pelican content

0 commit comments

Comments
 (0)
Please sign in to comment.