feat(ci): Added woodpecker CI
This commit is contained in:
		
							parent
							
								
									d200370975
								
							
						
					
					
						commit
						bad31ee1e3
					
				| 
						 | 
					@ -0,0 +1,16 @@
 | 
				
			||||||
 | 
					pipeline:
 | 
				
			||||||
 | 
					  deploy:
 | 
				
			||||||
 | 
					    when:
 | 
				
			||||||
 | 
					      event: tag
 | 
				
			||||||
 | 
					      tag: v*
 | 
				
			||||||
 | 
					    image: plugins/npm
 | 
				
			||||||
 | 
					    settings:
 | 
				
			||||||
 | 
					      token:
 | 
				
			||||||
 | 
					        from_secret: node_auth_token
 | 
				
			||||||
 | 
					      username:
 | 
				
			||||||
 | 
					        from_secret: node_username
 | 
				
			||||||
 | 
					    secrets: [ node_auth_token, node_username ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					depends_on:
 | 
				
			||||||
 | 
					  - lint
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -0,0 +1,9 @@
 | 
				
			||||||
 | 
					pipeline:
 | 
				
			||||||
 | 
					  lint:
 | 
				
			||||||
 | 
					    when:
 | 
				
			||||||
 | 
					      branch: [main, develop]
 | 
				
			||||||
 | 
					    image: node:lts-alpine
 | 
				
			||||||
 | 
					    commands:
 | 
				
			||||||
 | 
					      - yarn install
 | 
				
			||||||
 | 
					      - yarn lint
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,5 @@
 | 
				
			||||||
# Flaschengeist `schedule` fontend-plugin
 | 
					# Flaschengeist `schedule` fontend-plugin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This package provides the [Flaschengeist](https://flaschengeist.dev/Flaschengeist/flaschengeist) frontend for the schedule plugin (event and schedule management).
 | 
					This package provides the [Flaschengeist](https://flaschengeist.dev/Flaschengeist/flaschengeist) frontend for the schedule plugin (event and schedule management).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue