From 5d57db6f327af72d30a8c04602403c9e12668f5d Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Wed, 15 Nov 2023 10:34:21 +0000 Subject: [PATCH] appveyor: Migrate to new app2 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 96c2d03..223f97f 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/storageupload + curl -X POST http://192.168.93.51:4010/update/storageupload fi # on build failure