Skip to content

Commit

Permalink
Merge pull request #12 from horsekitlin/addSidebar
Browse files Browse the repository at this point in the history
#1 新增 navbar 和 sidebar base on tomas/develop
  • Loading branch information
scps960423 authored Aug 24, 2018
2 parents 1344e17 + ab56900 commit 43c9c8c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh

echo "Switching to branch master"
git checkout master

echo "Building app"
npm run build

echo "Deploying files to server"
rsync -avP build/ [email protected]:/var/www/mydomain.com/
echo "Deployment complete"

0 comments on commit 43c9c8c

Please sign in to comment.