diff --git a/tasks.py b/tasks.py index 50aae70..6a6ca23 100644 --- a/tasks.py +++ b/tasks.py @@ -12,9 +12,6 @@ from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer CONFIG = { # Local path configuration (can be absolute or relative to tasks.py) 'deploy_path': 'output', - # Remote server configuration - 'production': 'user@rwx.work:22', - 'dest_path': '/ssd/projects/public/rwx.work/blog', # Port for `serve` 'port': 8000, }