Skip to content

Commit 99111b7

Browse files
committed
Adjust configuration to new server
1 parent 4191ac6 commit 99111b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ FTP_HOST=localhost
1212
FTP_USER=anonymous
1313
FTP_TARGET_DIR=/
1414

15-
SSH_HOST=blog.skylines-project.org
16-
SSH_PORT=23467
15+
SSH_HOST=blog.skylines.aero
16+
SSH_PORT=22
1717
SSH_USER=blog
18-
SSH_TARGET_DIR=/var/www/skylines-blog
18+
SSH_TARGET_DIR=/home/blog/public
1919

2020
DEBUG ?= 0
2121
ifeq ($(DEBUG), 1)

fabfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
INPUT_PATH = env.input_path
1212

1313
# Remote server configuration
14-
production = '[email protected]-project.org:23467'
15-
dest_path = '/var/www/skylines-blog'
14+
production = '[email protected].aero'
15+
dest_path = '/home/blog/public'
1616

1717

1818
def clean():

publishconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
sys.path.append(os.curdir)
1111
from pelicanconf import *
1212

13-
SITEURL = 'http://blog.skylines-project.org'
13+
SITEURL = 'https://blog.skylines.aero'
1414
RELATIVE_URLS = False
1515

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

0 commit comments

Comments
 (0)