app.json: sitemap ping

This commit is contained in:
Cadey Ratio 2019-03-21 10:34:21 -07:00
parent d9ed20cb2c
commit 91868ab8f2
1 changed files with 7 additions and 0 deletions

7
app.json Normal file
View File

@ -0,0 +1,7 @@
{
"scripts": {
"dokku": {
"postdeploy": "curl https://www.google.com/ping?sitemap=https://christine.website/sitemap.xml"
}
}
}