Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ##DEPLOY DEV WIKI SERVER##
  2.  
  3. open "terminal app"
  4.  
  5. execute code below:
  6. #ssh into server
  7. ssh wiki.server
  8.  
  9. #enter web directory
  10. cd /var/www/html/dev-wiki.mindosolutions.com/public_html
  11.  
  12. #pull develop branch
  13. git pull origin develop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement