CI badge and drone setup
This commit is contained in:
		
							
								
								
									
										21
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,21 @@
 | 
			
		||||
---
 | 
			
		||||
kind: pipeline
 | 
			
		||||
name: deploy to swarm.autonomic.zone
 | 
			
		||||
steps:
 | 
			
		||||
  - name: deployment
 | 
			
		||||
    image: decentral1se/drone-stack:19.03.8
 | 
			
		||||
    settings:
 | 
			
		||||
      compose: compose.yml
 | 
			
		||||
      host: tcp://swarm.autonomic.zone:2376
 | 
			
		||||
      stack_name: traefik-forward-auth
 | 
			
		||||
      tlsverify: true
 | 
			
		||||
    environment:
 | 
			
		||||
      PLUGIN_CACERT:
 | 
			
		||||
        from_secret: docker_cacert
 | 
			
		||||
      PLUGIN_CERT:
 | 
			
		||||
        from_secret: docker_cert
 | 
			
		||||
      PLUGIN_KEY:
 | 
			
		||||
        from_secret: docker_key
 | 
			
		||||
trigger:
 | 
			
		||||
  branch:
 | 
			
		||||
    - master
 | 
			
		||||
		Reference in New Issue
	
	Block a user