Skip to content

Commit eddfdd1

Browse files
committed
Add logs to deployment script
1 parent 27fb77c commit eddfdd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ then
99
git config credential.helper store
1010
git config user.email "graphql-java-kickstart-bot@users.noreply.github.com"
1111
git config user.name "graphql-java-kickstart-bot"
12+
else
13+
echo "No github account configured"
1214
fi
1315
git add .
1416
git commit -m "Rebuild site"
17+
echo "Push changes to Github Pages"
1518
git push --force origin HEAD:master

0 commit comments

Comments
 (0)