From feb42c1ba76d828e5a4b2502f23540f37e4b1d09 Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Mon, 15 Aug 2022 08:24:41 +0000 Subject: [PATCH] Fix notifying the server of new update --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 90a0d0c..ffbd70b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -66,7 +66,7 @@ on_success: https://git.nfp.is/api/v1/repos/$APPVEYOR_REPO_NAME/releases/$RELEASE_ID/assets echo "Deplying to production" - curl -X POST http://192.168.93.50:4010/update/service-upload + curl -X POST http://192.168.93.50:4010/update/serviceupload fi # on build failure