mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 14:22:25 -05:00 
			
		
		
		
	add drone.yml
This commit is contained in:
		
					parent
					
						
							
								6acd410426
							
						
					
				
			
			
				commit
				
					
						2df77e4ffa
					
				
			
		
					 1 changed files with 20 additions and 0 deletions
				
			
		
							
								
								
									
										20
									
								
								.drone.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								.drone.yml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,20 @@ | ||||||
|  | --- | ||||||
|  | kind: pipeline | ||||||
|  | type: docker | ||||||
|  | name: dockerpublish | ||||||
|  | steps: | ||||||
|  |   - name: publish image | ||||||
|  |     image: plugins/docker | ||||||
|  |     settings: | ||||||
|  |       auto_tag: true | ||||||
|  |       username: | ||||||
|  |         from_secret: gts_docker_username | ||||||
|  |       password: | ||||||
|  |         from_secret: gts_docker_password | ||||||
|  |       repo: superseriousbusiness/gotosocial | ||||||
|  |       tags: latest | ||||||
|  |     when: | ||||||
|  |       event: | ||||||
|  |         exclude: | ||||||
|  |           - pull_request | ||||||
|  | --- | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue