6 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			206 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| 
 | |
| rsync static setup.py bin constraints.txt config.py.example ksp-strathra-web@localhost:web/ -LKr
 | |
| rsync hra ksp-strathra-web@localhost:web/ -LKrm --exclude="config.py" --exclude '__pycache__'
 | |
| 
 |