update secrets
This commit is contained in:
		@@ -3,6 +3,11 @@ pipeline:
 | 
				
			|||||||
    image: node
 | 
					    image: node
 | 
				
			||||||
    secrets: [BOT_TOKEN]
 | 
					    secrets: [BOT_TOKEN]
 | 
				
			||||||
    commands: 
 | 
					    commands: 
 | 
				
			||||||
      #- yarn install
 | 
					      - yarn install
 | 
				
			||||||
      # - yarn run clean
 | 
					      - yarn run clean
 | 
				
			||||||
      - echo $CI_REPO
 | 
					    docker:
 | 
				
			||||||
 | 
					      image: plugins/docker
 | 
				
			||||||
 | 
					      settings:
 | 
				
			||||||
 | 
					        registry: registry.brudi.xyz
 | 
				
			||||||
 | 
					        repo: registry.brudi.xyz/kenobi/node-event-bot
 | 
				
			||||||
 | 
					        tags: latest
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user