Skip to content

Commit

Permalink
Update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Jun 12, 2018
1 parent da057b1 commit 99d475b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

CWD=`pwd`
BRANCH=gh-pages

Expand All @@ -19,7 +21,6 @@ git config --global user.name "CircleCI"

git add .

$HEAD = `git log --pretty="%h" -n1`
git commit -m "Site updated to $HEAD"
git commit -m "Site updated to $(git log --pretty="%h" -n1)"

git push -f origin $BRANCH

0 comments on commit 99d475b

Please sign in to comment.