change deploy target to alto
This commit is contained in:
		
							parent
							
								
									d38ff2bc74
								
							
						
					
					
						commit
						91df53fc7f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								justfile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								justfile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -11,9 +11,9 @@ graph:
 | 
			
		|||
 | 
			
		||||
# Deploy up-to-date website to webserver
 | 
			
		||||
deploy: build
 | 
			
		||||
    rsync --checksum --copy-links -ave 'ssh -p 4242' \
 | 
			
		||||
    rsync --checksum --copy-links -ave 'ssh' \
 | 
			
		||||
        --exclude-from=rsync_excludes.txt \
 | 
			
		||||
        build/* fab@ffreling.com:public_html/ffreling.com/public/
 | 
			
		||||
        build/* fabs@ffreling.com:ffreling.com/
 | 
			
		||||
 | 
			
		||||
preview: build
 | 
			
		||||
    python -m webbrowser -t "file://{{root}}/build/index.html"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue