Skip to content

Commit

Permalink
update website build/deploy script messages
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Nov 10, 2015
1 parent 0937781 commit 34beec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ cp -R demo/dist/* website/demo/
CURRENT_SHA="$(git rev-parse HEAD)"
git add website/
git commit -m "built website from $CURRENT_SHA"
echo "Deployed to http://bustlelabs.github.io/mobiledoc-kit/demo/"
echo "Built and committed as $CURRENT_SHA"
1 change: 1 addition & 0 deletions bin/deploy-website.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

git push origin `git subtree split --prefix website`:gh-pages --force
echo "Deployed to http://bustlelabs.github.io/mobiledoc-kit/demo/"

0 comments on commit 34beec1

Please sign in to comment.