We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9334882 commit 17fa58eCopy full SHA for 17fa58e
deploy.sh
@@ -23,5 +23,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
23
git add --all -f .
24
git commit -m "Travis build $TRAVIS_BUILD_NUMBER pushed to Github Pages"
25
git push -fq origin $BRANCH > /dev/null
26
+ curl -Is http://www.google.com/webmasters/tools/ping?sitemap=http://pythonclub.com.br/sitemap.xml | grep "200 OK" || echo "Erro pinging Google"
27
+ curl -Is http://www.bing.com/webmaster/ping.aspx?siteMap=http://pythonclub.com.br/sitemap.xml | grep "200 OK" || echo "Erro pinging Bing"
28
echo -e "Deploy completed\n"
29
fi
0 commit comments