7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
remote_credentials = {
|
|
'ssh_user': 'user',
|
|
'ssh_host': 'example.com',
|
|
'ssh_port': '22',
|
|
'ssh_path': '/srv/www/',
|
|
}
|