diff --git a/bin/build-website.sh b/bin/build-website.sh index b921bd4bc..00cf254e4 100755 --- a/bin/build-website.sh +++ b/bin/build-website.sh @@ -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" diff --git a/bin/deploy-website.sh b/bin/deploy-website.sh index 7f6f35adb..32faa1e20 100755 --- a/bin/deploy-website.sh +++ b/bin/deploy-website.sh @@ -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/"