This commit is contained in:
		
							
								
								
									
										18
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -18,18 +18,18 @@ steps:
 | 
				
			|||||||
      - ls
 | 
					      - ls
 | 
				
			||||||
      - ls -lta ~/
 | 
					      - ls -lta ~/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: ssh
 | 
					  - name: ssh
 | 
				
			||||||
    image: appleboy/drone-ssh
 | 
					    image: appleboy/drone-ssh
 | 
				
			||||||
      settings:
 | 
					    settings:
 | 
				
			||||||
        host:
 | 
					      host:
 | 
				
			||||||
        - 11.1.1.2
 | 
					        - 11.1.1.2
 | 
				
			||||||
        - example2.com
 | 
					        - example2.com
 | 
				
			||||||
        username: tox
 | 
					      username: tox
 | 
				
			||||||
        key:
 | 
					      key:
 | 
				
			||||||
          from_secret: rsa_key
 | 
					        from_secret: rsa_key
 | 
				
			||||||
        port: 22
 | 
					      port: 22
 | 
				
			||||||
        command_timeout: 2m
 | 
					      command_timeout: 2m
 | 
				
			||||||
        script:
 | 
					      script:
 | 
				
			||||||
        - echo "Hello World"
 | 
					        - echo "Hello World"
 | 
				
			||||||
        - mkdir ~/test
 | 
					        - mkdir ~/test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user