revert 6f637968bd
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Neutral/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Neutral/pipeline/head This commit looks good
				
			revert Version 1.0.0 - Basic Web Application
This commit is contained in:
		
							
								
								
									
										19
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
			
		||||
pipeline {
 | 
			
		||||
    agent any
 | 
			
		||||
 | 
			
		||||
    stages {
 | 
			
		||||
        stage('[Neutral] - Déploiement') {
 | 
			
		||||
            steps {
 | 
			
		||||
                script {
 | 
			
		||||
        
 | 
			
		||||
                    echo "[Neutral-Deploy] - Deploy Stage"
 | 
			
		||||
                    sh "ssh raphix@raphix.fr sudo apt update -y"
 | 
			
		||||
                    sh "ssh raphix@raphix.fr sudo apt upgrade -y"
 | 
			
		||||
                    sh "ssh raphix@raphix.fr sudo -S -u gitlab-ci /home/gitlab-ci/neutral_deploy.sh"
 | 
			
		||||
                        
 | 
			
		||||
                }
 | 
			
		||||
                
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user