diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-14 15:41:46 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-14 15:41:46 -0400 |
| commit | 1634d75ed8b731cb7c0f38e888e3968e7a634c73 (patch) | |
| tree | 91e0543356272997365b61e26ef00d6641860e2b /build.sh | |
| parent | b278879fa77f3e1a1e1b4a31ac817252fea509ee (diff) | |
| parent | 822b2d509a0f689efb5ccf2ce378bfa249c9c194 (diff) | |
Merge branch 'master' of https://github.com/okfocus/portfolio
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ #!/bin/sh -git pull && grunt && pm2 restart anna +pushd /home/okfocus/portfolio +git pull && grunt && pm2 restart portfolio +popd |
