forked from gitea/gitea
		
	Add gpg-sign step to drone (#4188)
* Add gpg-sign step to drone * add compressed releases to gpg-sign targets * Use exclude to simplify file list drone-plugins/drone-gpgsign#2
This commit is contained in:
		
							parent
							
								
									212fef0866
								
							
						
					
					
						commit
						a747a5d05f
					
				
							
								
								
									
										12
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								.drone.yml
									
									
									
									
									
								
							| @ -255,6 +255,18 @@ pipeline: | ||||
|     when: | ||||
|       event: [ push, tag ] | ||||
| 
 | ||||
|   gpg-sign: | ||||
|     image: plugins/gpgsign:1 | ||||
|     pull: true | ||||
|     secrets: [ gpgsign_key, gpgsign_passphrase ] | ||||
|     detach_sign: true | ||||
|     files: | ||||
|       - dist/release/* | ||||
|     excludes: | ||||
|       - dist/release/*.sha265 | ||||
|     when: | ||||
|       event: [ push, tag ] | ||||
| 
 | ||||
|   release: | ||||
|     image: plugins/s3:1 | ||||
|     pull: true | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Antoine GIRARD
						Antoine GIRARD