schmittlau.ch-pelican/remote_credentials.py.example

7 lines
131 B
Plaintext
Raw Normal View History

2022-02-28 14:13:56 +01:00
remote_credentials = {
'ssh_user': 'user',
'ssh_host': 'example.com',
'ssh_port': '22',
'ssh_path': '/srv/www/',
}