Skip to content

Commit

Permalink
Merge pull request #45 from botstory/feature/auto-deploy-github-page
Browse files Browse the repository at this point in the history
fix git add
  • Loading branch information
hyzhak committed Nov 6, 2016
2 parents 5f8307a + 979ed2a commit 0518747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fi

echo "Adding..."

git add .
git add -A .
git commit -m "${COMMIT_TITLE}"

echo "Signing..."
Expand Down

0 comments on commit 0518747

Please sign in to comment.