File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ FTP_HOST=localhost
12
12
FTP_USER =anonymous
13
13
FTP_TARGET_DIR =/
14
14
15
- SSH_HOST =blog.skylines-project.org
16
- SSH_PORT =23467
15
+ SSH_HOST =blog.skylines.aero
16
+ SSH_PORT =22
17
17
SSH_USER =blog
18
- SSH_TARGET_DIR =/var/www/skylines- blog
18
+ SSH_TARGET_DIR =/home/ blog/public
19
19
20
20
DEBUG ?= 0
21
21
ifeq ($(DEBUG ) , 1)
Original file line number Diff line number Diff line change 11
11
INPUT_PATH = env .input_path
12
12
13
13
# 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 '
16
16
17
17
18
18
def clean ():
Original file line number Diff line number Diff line change 10
10
sys .path .append (os .curdir )
11
11
from pelicanconf import *
12
12
13
- SITEURL = 'http ://blog.skylines-project.org '
13
+ SITEURL = 'https ://blog.skylines.aero '
14
14
RELATIVE_URLS = False
15
15
16
16
FEED_ALL_ATOM = 'feeds/all.atom.xml'
You can’t perform that action at this time.
0 commit comments