This commit is contained in:
		
							
								
								
									
										20
									
								
								.woodpecker.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								.woodpecker.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| pipeline: | ||||
|   build: | ||||
|     image: archon_build | ||||
|     commands: | ||||
|       - npm install | ||||
|       - npm run grunt | ||||
|       - npm run build-linux | ||||
|  | ||||
|   gitea_release: | ||||
|     image: plugins/gitea-release | ||||
|     settings: | ||||
|       api_key: | ||||
|         from_secret: gitea_api_key | ||||
|       base_url: https://git.metaunix.net | ||||
|       title: "${CI_COMMIT_TAG}" | ||||
|       files: | ||||
|         - dist/archon-*.deb | ||||
|         - dist/archon-*.rpm | ||||
|     when: | ||||
|       event: tag | ||||
		Reference in New Issue
	
	Block a user