Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. cd website-git
  2. git checkout master
  3. git pull
  4.  
  5. # Update protected directory
  6. rsync -v -a --delete --exclude=db --exclude=vendor ./protected/ /home/protected
  7.  
  8. # Update public directory
  9. rsync -v -a --delete --exclude=tmp --exclude=data ./public/ /home/public
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement