Skip to content

Commit

Permalink
Updated docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaranthos committed Feb 18, 2017
1 parent fdc23b8 commit cc52d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

repo=$(git config remote.origin.url)
sshRepo=${repo/https:\/\/github.com\//git@github.com:}
echo $sshRepo
sha=$(git rev-parse --verify HEAD)

dub build -b ddox
Expand Down Expand Up @@ -33,4 +34,4 @@ chmod 600 deploy_key
eval $(ssh-agent -s)
ssh-add deploy_key

git push $sshRepo "master"
git push $sshRepo "HEAD:master"

0 comments on commit cc52d45

Please sign in to comment.