This commit is contained in:
		
							
								
								
									
										13
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -7,5 +7,14 @@ steps:
 | 
			
		||||
  image: ubuntu
 | 
			
		||||
  commands:
 | 
			
		||||
  - apt-get update && apt-get install -y tidy
 | 
			
		||||
  - tidy -imu index.html + || true
 | 
			
		||||
 | 
			
		||||
  - tidy -imu index.html || true
 | 
			
		||||
- name: kaniko
 | 
			
		||||
  image: banzaicloud/drone-kaniko
 | 
			
		||||
  settings:
 | 
			
		||||
    username:
 | 
			
		||||
      from_secret: DOCKER_USERNAME
 | 
			
		||||
    password:
 | 
			
		||||
      from_secret: DOCKER_PASSWORD
 | 
			
		||||
    repo: tormakris/homepage
 | 
			
		||||
    tags: latest
 | 
			
		||||
    registry: registry.kmlabz.com
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user