add git pull
This commit is contained in:
		
							
								
								
									
										1
									
								
								app.sh
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								app.sh
									
									
									
									
									
								
							| @ -2,6 +2,7 @@ | |||||||
|  |  | ||||||
| BASE=$(dirname $0) | BASE=$(dirname $0) | ||||||
| cd $BASE | cd $BASE | ||||||
|  | git pull | ||||||
| source env/bin/activate | source env/bin/activate | ||||||
| pip3 install -r requirements.txt | pip3 install -r requirements.txt | ||||||
| gunicorn -D --bind 0.0.0.0:80 --pid /var/run/webapp.pid wsgi:app | gunicorn -D --bind 0.0.0.0:80 --pid /var/run/webapp.pid wsgi:app | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user