Updated deploy.sh: corrected terminology
This commit is contained in:
		
					parent
					
						
							
								422b0ca93e
							
						
					
				
			
			
				commit
				
					
						777102c387
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -70,7 +70,7 @@ else
 | 
				
			||||||
    echo "###" >> deploy.log
 | 
					    echo "###" >> deploy.log
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
if [ -z "$DB_MIGRATE" ]; then
 | 
					if [ -z "$DB_MIGRATE" ]; then
 | 
				
			||||||
    echo 'We are not doing DB migration'
 | 
					    echo 'We are not doing DB migrate'
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
    echo 'Doing DB migrate'
 | 
					    echo 'Doing DB migrate'
 | 
				
			||||||
    ./manage.py migrate >> deploy.log 2>&1
 | 
					    ./manage.py migrate >> deploy.log 2>&1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue