add upload-resume target
This commit is contained in:
		
							parent
							
								
									21345e5dee
								
							
						
					
					
						commit
						629530bed2
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		
							
								
								
									
										5
									
								
								justfile
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								justfile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -9,8 +9,11 @@ build:
 | 
			
		|||
graph:
 | 
			
		||||
    tup graph . | dot -Tpng > graph.png
 | 
			
		||||
 | 
			
		||||
upload-resume:
 | 
			
		||||
	scp ~/Hub/Personal/Jobs/resume_2020.pdf fabs@ffreling.com:ffreling.com/files/resume.pdf
 | 
			
		||||
 | 
			
		||||
# Deploy up-to-date website to webserver
 | 
			
		||||
deploy: build
 | 
			
		||||
deploy: build upload-resume
 | 
			
		||||
    rsync --checksum --copy-links -ave 'ssh' \
 | 
			
		||||
        --exclude-from=rsync_excludes.txt \
 | 
			
		||||
        build/* fabs@ffreling.com:ffreling.com/
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue