.  ____  .    ____________________________
 |/      \|   |                            |
[| ♥    ♥ |]  | Git Deployment Script v0.1 |
 |___==___|  /              © oodavid 2012 |
              |____________________________|

$ echo $PWD
/var/www/html
$ whoami
www-data
$ git pull

$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
  (use "git reset HEAD <file>..." to unstage)

	new file:   deploy.php

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   deploy.php
	modified:   tonyme/yarn.lock

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	npm-debug.log
$ git submodule sync

$ git submodule update

$ git submodule status

$ cd tonyme && npm install && npm run build