7 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			79 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| set -e  # Abort on failure
 | |
| 
 | |
| git push
 | |
| make publish
 | |
| make rsync_upload
 |