diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-05-28 18:21:57 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-05-28 18:21:57 +0200 |
commit | 55c9ebeecb7c03ecf6e5deeb89814e78103f8a5a (patch) | |
tree | d7f7d9d37d8beebe8c3b4e02c3ef442f3ee968eb | |
parent | 27f66688b3b9f167c85346b13a429edd8d80e60c (diff) | |
download | blog-55c9ebeecb7c03ecf6e5deeb89814e78103f8a5a.tar |
Don't run online checks after deployment
-rwxr-xr-x | script/deploy | 3 |
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" |