Jenkinsfile
	
		
			
	
		
	
	
		
			
				
	
				Gitea/subman-nextjs/pipeline/head This commit looks good
				
					Details
				
			
		
	
				
					
				
			
				
	
				Gitea/subman-nextjs/pipeline/head This commit looks good
				
					Details
				
			
		
	This commit is contained in:
		
							parent
							
								
									2e820daf95
								
							
						
					
					
						commit
						509839f1a4
					
				| 
						 | 
					@ -0,0 +1,16 @@
 | 
				
			||||||
 | 
					pipeline {
 | 
				
			||||||
 | 
					agent any
 | 
				
			||||||
 | 
						stages{
 | 
				
			||||||
 | 
							stage('build'){
 | 
				
			||||||
 | 
								steps{
 | 
				
			||||||
 | 
									sh 'npm install'
 | 
				
			||||||
 | 
									sh 'npm run build'
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
							stage('deploy'){
 | 
				
			||||||
 | 
								steps{
 | 
				
			||||||
 | 
									sshPublisher(publishers: [sshPublisherDesc(configName: 'Demos', transfers: [sshTransfer(cleanRemote: false, excludes: '', execCommand: '', execTimeout: 120000, flatten: false, makeEmptyDirs: false, noDefaultExcludes: false, patternSeparator: '[, ]+', remoteDirectory: 'ssh-uploads/subman', remoteDirectorySDF: false, removePrefix: '', sourceFiles: '.next/server/**')], usePromotionTimestamp: false, useWorkspaceInPromotion: false, verbose: false)])
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -11,6 +11,8 @@ I developed this project as a demonstration of my full-stack development abiliti
 | 
				
			||||||
My previous attempt at this project was a Nodejs server with a React frontend, but this version is much better!
 | 
					My previous attempt at this project was a Nodejs server with a React frontend, but this version is much better!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## What it does
 | 
					## What it does
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Subman was inspired by my experiences submitting short fiction to magazines for publication. It allows the user to track where submissions are pending, in addition to meta-data such as genres, word count and so on. What you see here is the Minimum Shippable Product.
 | 
					Subman was inspired by my experiences submitting short fiction to magazines for publication. It allows the user to track where submissions are pending, in addition to meta-data such as genres, word count and so on. What you see here is the Minimum Shippable Product.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue