From 91868ab8f23c91a94583d64795cdc1747f6fff68 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 21 Mar 2019 10:34:21 -0700 Subject: [PATCH] app.json: sitemap ping --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..9d7a7a1 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "scripts": { + "dokku": { + "postdeploy": "curl https://www.google.com/ping?sitemap=https://christine.website/sitemap.xml" + } + } +}