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