ci: automatically redeploy container
	
		
			
	
		
	
	
		
	
		
			Some checks reported errors
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build was killed
				
			
		
		
	
	
				
					
				
			
		
			Some checks reported errors
		
		
	
	continuous-integration/drone/push Build was killed
				
			This commit is contained in:
		
							
								
								
									
										13
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.drone.yml
									
									
									
									
									
								
							@ -32,9 +32,20 @@ steps:
 | 
			
		||||
    branch:
 | 
			
		||||
      exclude:
 | 
			
		||||
        - main
 | 
			
		||||
 | 
			
		||||
- name: redeploy on portainer
 | 
			
		||||
  image: plugins/webhook
 | 
			
		||||
  settings:
 | 
			
		||||
    urls: [ "https://portainer.kucharczyk.xyz/api/webhooks/${ID} "]
 | 
			
		||||
  depends_on:
 | 
			
		||||
    - "build container (non-prod)"
 | 
			
		||||
  environment:
 | 
			
		||||
    ID:
 | 
			
		||||
      from_secret: PORTAINER_TIMETRACKER_WEBHOOK_ID
 | 
			
		||||
    
 | 
			
		||||
    
 | 
			
		||||
    
 | 
			
		||||
trigger:
 | 
			
		||||
  event:
 | 
			
		||||
  - push
 | 
			
		||||
  - cron
 | 
			
		||||
  - cron
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user