tasks/−ssh

This commit is contained in:
Marc Beninca 2021-11-08 22:03:10 +01:00
parent da862d879b
commit 864b74949b

View file

@ -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,
}