mirror of
				https://github.com/honestbee/drone-kubernetes.git
				synced 2025-11-04 02:58:04 +00:00 
			
		
		
		
	Add information about deployment
This commit is contained in:
		
							parent
							
								
									995b37fe1a
								
							
						
					
					
						commit
						18bb02bede
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -19,6 +19,7 @@ kubectl config use-context default
 | 
			
		|||
 | 
			
		||||
IFS=', ' read -r -a DEPLOYMENTS <<< "$PLUGIN_DEPLOYMENT"
 | 
			
		||||
for DEPLOY in ${DEPLOYMENTS[@]}; do
 | 
			
		||||
  echo Deploying to $KUBERNETES_SERVER
 | 
			
		||||
  kubectl -n ${PLUGIN_NAMESPACE} set image deployment/${DEPLOY} \
 | 
			
		||||
    ${PLUGIN_CONTAINER}=${PLUGIN_REPO}:${PLUGIN_TAG}
 | 
			
		||||
done
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue