first commit
This commit is contained in:
		
							
								
								
									
										39
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,39 @@
 | 
				
			|||||||
 | 
					kind: pipeline
 | 
				
			||||||
 | 
					type: docker
 | 
				
			||||||
 | 
					name: docker
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					platform:
 | 
				
			||||||
 | 
					  os: linux
 | 
				
			||||||
 | 
					  arch: arm64
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					steps:
 | 
				
			||||||
 | 
					- name: greeting
 | 
				
			||||||
 | 
					  image: alpine:latest
 | 
				
			||||||
 | 
					  commands:
 | 
				
			||||||
 | 
					  - echo hello
 | 
				
			||||||
 | 
					  - echo world
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					kind: pipeline
 | 
				
			||||||
 | 
					type: ssh
 | 
				
			||||||
 | 
					name: ssh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					platform:
 | 
				
			||||||
 | 
					  os: linux
 | 
				
			||||||
 | 
					  arch: arm64
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
 | 
					server:
 | 
				
			||||||
 | 
					  host: 
 | 
				
			||||||
 | 
					    from_secret: host
 | 
				
			||||||
 | 
					  user: 
 | 
				
			||||||
 | 
					    from_secret: user
 | 
				
			||||||
 | 
					  password:
 | 
				
			||||||
 | 
					    from_secret: password
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					steps:
 | 
				
			||||||
 | 
					- name: greeting
 | 
				
			||||||
 | 
					  commands:
 | 
				
			||||||
 | 
					  - whoami
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Reference in New Issue
	
	Block a user