From bdb0e73d2dce3d95d41365ef07c19a5db6a6cc04 Mon Sep 17 00:00:00 2001 From: Evgenii Akentev Date: Sat, 29 Jan 2022 00:44:26 +0500 Subject: [PATCH] Fix url --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index f7a6b8b..2feda63 100755 --- a/deploy.sh +++ b/deploy.sh @@ -6,4 +6,4 @@ tar -C public -cvz . > site.tar.gz curl --oauth2-bearer $FOR_BLOG_POSTING \ -Fcontent=@site.tar.gz \ - https://pages.sr.ht/publish/ak3n.srht.site \ No newline at end of file + https://pages.sr.ht/publish/ak3n.com -- 2.50.1