From 864b74949b84d8a44d44ad9e370ac3f53b3e7822 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 8 Nov 2021 22:03:10 +0100 Subject: [PATCH] =?UTF-8?q?tasks/=E2=88=92ssh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks.py | 3 --- 1 file changed, 3 deletions(-) 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, }