This commit is contained in:
		
							parent
							
								
									4fe450dd73
								
							
						
					
					
						commit
						98934a4e6c
					
				
					 2 changed files with 1 additions and 3 deletions
				
			
		|  | @ -16,8 +16,6 @@ steps: | |||
|   - name: deploy | ||||
|     image: maven:3.6-jdk-11 | ||||
|     environment: | ||||
|       REPO_USERNAME: | ||||
|         from_secret: repo-username | ||||
|       REPO_TOKEN: | ||||
|         from_secret: repo-token | ||||
|     commands: | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| 	<servers> | ||||
| 		<server> | ||||
| 			<id>repo.gittr.ch</id> | ||||
| 			<username>${env.REPO_USERNAME}</username> | ||||
| 			<username>ci</username> | ||||
| 			<password>${env.REPO_TOKEN}</password> | ||||
| 		</server> | ||||
| 	</servers> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue