aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.json7
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"
+ }
+ }
+}