mirror of
				https://github.com/valentineus/simple-container.git
				synced 2025-11-04 00:39:44 +03:00 
			
		
		
		
	Fix deploy list
This commit is contained in:
		
							
								
								
									
										12
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								.travis.yml
									
									
									
									
									
								
							@@ -43,9 +43,9 @@ jobs:
 | 
				
			|||||||
        - npm install
 | 
					        - npm install
 | 
				
			||||||
        - npm run build
 | 
					        - npm run build
 | 
				
			||||||
      deploy:
 | 
					      deploy:
 | 
				
			||||||
      provider: npm
 | 
					        provider: npm
 | 
				
			||||||
      skip_cleanup: true
 | 
					        skip_cleanup: true
 | 
				
			||||||
      email: "info@valentineus.link"
 | 
					        email: "info@valentineus.link"
 | 
				
			||||||
      api_key: $NPM_PROJECT_TOKEN
 | 
					        api_key: $NPM_PROJECT_TOKEN
 | 
				
			||||||
      on:
 | 
					        on:
 | 
				
			||||||
        tags: true
 | 
					          tags: true
 | 
				
			||||||
		Reference in New Issue
	
	Block a user