diff options
| author | Christine Dodrill <me@christine.website> | 2019-03-21 10:34:21 -0700 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-03-21 10:35:49 -0700 |
| commit | 91868ab8f23c91a94583d64795cdc1747f6fff68 (patch) | |
| tree | 702d7f19f7199878822a0dfa25cf30f06658ce76 /app.json | |
| parent | d9ed20cb2ce9109e47604e866d09e0b88a073ad6 (diff) | |
| download | xesite-91868ab8f23c91a94583d64795cdc1747f6fff68.tar.xz xesite-91868ab8f23c91a94583d64795cdc1747f6fff68.zip | |
app.json: sitemap ping
Diffstat (limited to 'app.json')
| -rw-r--r-- | app.json | 7 |
1 files changed, 7 insertions, 0 deletions
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" + } + } +} |
