tasks/−ssh
This commit is contained in:
parent
da862d879b
commit
864b74949b
1 changed files with 0 additions and 3 deletions
3
tasks.py
3
tasks.py
|
@ -12,9 +12,6 @@ from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer
|
||||||
CONFIG = {
|
CONFIG = {
|
||||||
# Local path configuration (can be absolute or relative to tasks.py)
|
# Local path configuration (can be absolute or relative to tasks.py)
|
||||||
'deploy_path': 'output',
|
'deploy_path': 'output',
|
||||||
# Remote server configuration
|
|
||||||
'production': 'user@rwx.work:22',
|
|
||||||
'dest_path': '/ssd/projects/public/rwx.work/blog',
|
|
||||||
# Port for `serve`
|
# Port for `serve`
|
||||||
'port': 8000,
|
'port': 8000,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue