Makefile: changed target and rsync command.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								da45722e9a
							
						
					
				
			
			
				commit
				
					
						05ffcaf85a
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
					@ -5,7 +5,7 @@ BASEDIR=$(CURDIR)
 | 
				
			||||||
SSH_HOST=dynamicweb-staging.ungleich.ch
 | 
					SSH_HOST=dynamicweb-staging.ungleich.ch
 | 
				
			||||||
SSH_PORT=22
 | 
					SSH_PORT=22
 | 
				
			||||||
SSH_USER=app
 | 
					SSH_USER=app
 | 
				
			||||||
SSH_TARGET_DIR=/home/$(SSH_USER)/django
 | 
					SSH_TARGET_DIR=/home/$(SSH_USER)/app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
help:
 | 
					help:
 | 
				
			||||||
	@echo 'Makefile for a dynamicweb website'
 | 
						@echo 'Makefile for a dynamicweb website'
 | 
				
			||||||
| 
						 | 
					@ -18,7 +18,7 @@ collectstatic:
 | 
				
			||||||
	$(PY?) $(BASEDIR)/manage.py collectstatic
 | 
						$(PY?) $(BASEDIR)/manage.py collectstatic
 | 
				
			||||||
 | 
					
 | 
				
			||||||
rsync_upload:
 | 
					rsync_upload:
 | 
				
			||||||
	rsync -P -rvzc -e "ssh -p $(SSH_PORT)" --exclude dynamicweb/local/local_settings.py --exclude .git --exclude .ropeproject --exclude __pycache__ --exclude *.pyc --exclude *~ --exclude *.psd $(BASEDIR) $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude
 | 
						rsync -P -rvzc -e "ssh -p $(SSH_PORT)" --exclude dynamicweb/local/local_settings.py --exclude .git --exclude .ropeproject --exclude __pycache__ --exclude *.pyc --exclude *~ --exclude *.psd $(BASEDIR)/* $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install_debian_packages:
 | 
					install_debian_packages:
 | 
				
			||||||
	apt-get update && cat $(BASEDIR)/requirements.debian.txt | xargs apt-get install -y --no-install-recommends
 | 
						apt-get update && cat $(BASEDIR)/requirements.debian.txt | xargs apt-get install -y --no-install-recommends
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue