summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-28 18:21:57 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-28 18:21:57 +0200
commit55c9ebeecb7c03ecf6e5deeb89814e78103f8a5a (patch)
treed7f7d9d37d8beebe8c3b4e02c3ef442f3ee968eb
parent27f66688b3b9f167c85346b13a429edd8d80e60c (diff)
downloadblog-55c9ebeecb7c03ecf6e5deeb89814e78103f8a5a.tar
Don't run online checks after deployment
-rwxr-xr-xscript/deploy3
1 files changed, 0 insertions, 3 deletions
diff --git a/script/deploy b/script/deploy
index b2bcd45..3db6cb1 100755
--- a/script/deploy
+++ b/script/deploy
@@ -57,6 +57,3 @@ curl \
--output /dev/null \
http://www.bing.com/ping?sitemap=https%3A%2F%2Fwww.skreutz.com/sitemap.xml \
|| ( >&2 printf "error: failed to submit live sitemap to bing.com\\n" )
-
-# shellcheck source=./check-online
-. "${root}/script/check-online"
Generated by cgit. See skreutz.com for my tech blog and contact information.